Skip to content

Commit

Permalink
Merge pull request #4827 from werf/ci-cancel-concurrent-test-pr-workf…
Browse files Browse the repository at this point in the history
…lows

ci: cancel concurrent test:pr workflows in the same PR
  • Loading branch information
ilya-lesikov committed Aug 19, 2022
2 parents a8723f2 + f56128a commit 69dc039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_pr.yml
Expand Up @@ -6,6 +6,10 @@ on:
types: ["test:pr"]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

jobs:
detect-changes:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 69dc039

Please sign in to comment.