Skip to content

Commit

Permalink
cancel ongoing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Feb 13, 2024
1 parent 71b9836 commit 2ed05fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- 'Harmony/Documentation/*'
workflow_dispatch:

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

env:
# Right now we can't run experimental tests that can fail, since it will affect the PR
# We could potentially exclude experimental build on PR and only run it on master push
Expand Down

0 comments on commit 2ed05fa

Please sign in to comment.