We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a72dae commit e66b3d6Copy full SHA for e66b3d6
.github/workflows/continuous-integration.yml
@@ -6,7 +6,7 @@ on:
6
branches: [ "master" ]
7
concurrency:
8
group: ${{ github.ref }}
9
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/') }} # Cancel if not a tag push.
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments