Skip to content

Commit 3c5032f

Browse files
committed
tt
1 parent dd68648 commit 3c5032f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing-cancel-in-progress.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ on:
1111
concurrency:
1212
group: ${{ github.ref }}
1313
### cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
14-
cancel-in-progress: ${{ !contains(fromJSON('["refs/heads/release", "refs/heads/main"]'), github.ref) }}
14+
cancel-in-progress: ${{ !startsWith(fromJSON('[
15+
"refs/heads/release/2",
16+
"refs/heads/release/3",
17+
"refs/heads/main"
18+
]'), github.ref) }}
1519

1620
jobs:
1721

0 commit comments

Comments
 (0)