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 f03fb80 commit c1fd182Copy full SHA for c1fd182
.github/workflows/ci-gh.yml
@@ -1,7 +1,7 @@
1
name: CI
2
3
concurrency:
4
- group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
+ #group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
5
cancel-in-progress: true
6
7
on:
0 commit comments