Skip to content

Commit

Permalink
Test that cancel works as desired
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 1, 2022
1 parent d27ca7f commit 4f5bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Allow to run manually

concurrency:
# Cancel previous runs of this workflow for the same branc
# Cancel previous runs of this workflow for the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down

0 comments on commit 4f5bcb9

Please sign in to comment.