Skip to content

Commit e6fe7c1

Browse files
committed
tc
1 parent 4b6a459 commit e6fe7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
concurrency:
1212
group: ${{ github.ref }}
1313
### cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
14-
cancel-in-progress: ${{ !startsWith(fromJSON('[
15-
"refs/heads/release/2",
16-
"refs/heads/release/3",
14+
cancel-in-progress: ${{ !contains(fromJSON('[
15+
"refs/heads/release/3.4.5",
16+
"refs/heads/release/5.6.7",
1717
"refs/heads/main"
1818
]'), github.ref) }}
1919

0 commit comments

Comments
 (0)