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 4b6a459 commit e6fe7c1Copy full SHA for e6fe7c1
.github/workflows/testing-cancel-in-progress.yml
@@ -11,9 +11,9 @@ on:
11
concurrency:
12
group: ${{ github.ref }}
13
### cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
14
- cancel-in-progress: ${{ !startsWith(fromJSON('[
15
- "refs/heads/release/2",
16
- "refs/heads/release/3",
+ cancel-in-progress: ${{ !contains(fromJSON('[
+ "refs/heads/release/3.4.5",
+ "refs/heads/release/5.6.7",
17
"refs/heads/main"
18
]'), github.ref) }}
19
0 commit comments