File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 8
8
tags-ignore :
9
9
- ' **'
10
10
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
-
29
11
jobs :
30
12
test-tarantool-osx_debug :
31
13
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