Skip to content

Commit 899d141

Browse files
committed
Cleanup
1 parent b6b7d77 commit 899d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/staging-') }}
16+
cancel-in-progress: ${{ contains(fromJSON('["master", "staging"]'), github.ref_name) }}
1717

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)