Unverified Commit 09a99df1 authored by Hong Minhee (洪 民憙)'s avatar Hong Minhee (洪 民憙) Committed by GitHub
Browse files

Merge pull request #442 from ThisIsMissEm/fix/cancel-concurrent-workflow-runs

CI/CD: Cancel concurrent workflow runs
parents 810ae619 081fe35e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
name: build
on: [push, pull_request_target]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  test:
    runs-on: ubuntu-latest