Skip to content

Commit

Permalink
Tweak cancel again
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Feb 14, 2023
1 parent 2678519 commit a2eeee4
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 @@ -9,7 +9,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/tags/v' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') }}

jobs:
build:
Expand Down

0 comments on commit a2eeee4

Please sign in to comment.