File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 88 tags-ignore :
99 - ' **'
1010
11- concurrency :
12- # An update of a developer branch cancels the previously
13- # scheduled workflow run for this branch. However, the default
14- # branch, and long-term branch (tarantool/release/2.11,
15- # tarantool/release/2.10, etc) workflow runs are never canceled.
16- #
17- # We use a trick here: define the concurrency group as 'workflow
18- # run ID' + # 'workflow run attempt' because it is a unique
19- # combination for any run. So it effectively discards grouping.
20- #
21- # XXX: we cannot use `github.sha` as a unique identifier because
22- # pushing a tag may cancel a run that works on a branch push
23- # event.
24- group : ${{ startsWith(github.ref, 'refs/heads/tarantool/')
25- && format('LJ-{0}-{1}', github.run_id, github.run_attempt)
26- || format('LJ-{0}-{1}', github.workflow, github.ref) }}
27- cancel-in-progress : true
28-
2911jobs :
3012 test-tarantool-osx_debug :
3113 uses : tarantool/tarantool/.github/workflows/osx_debug.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
You can’t perform that action at this time.
0 commit comments