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 b6b7d77 commit 899d141Copy full SHA for 899d141
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
- cancel-in-progress: ${{ github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/staging-') }}
+ cancel-in-progress: ${{ contains(fromJSON('["master", "staging"]'), github.ref_name) }}
17
18
jobs:
19
build:
0 commit comments