Skip to content

Commit

Permalink
ccc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokryashkin committed Dec 18, 2023
1 parent c7113ea commit a797359
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/tarantool-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,6 @@ on:
tags-ignore:
- '**'

concurrency:
# An update of a developer branch cancels the previously
# scheduled workflow run for this branch. However, the default
# branch, and long-term branch (tarantool/release/2.11,
# tarantool/release/2.10, etc) workflow runs are never canceled.
#
# We use a trick here: define the concurrency group as 'workflow
# run ID' + # 'workflow run attempt' because it is a unique
# combination for any run. So it effectively discards grouping.
#
# XXX: we cannot use `github.sha` as a unique identifier because
# pushing a tag may cancel a run that works on a branch push
# event.
group: ${{ startsWith(github.ref, 'refs/heads/tarantool/')
&& format('LJ-{0}-{1}', github.run_id, github.run_attempt)
|| format('LJ-{0}-{1}', github.workflow, github.ref) }}
cancel-in-progress: true

jobs:
test-tarantool-osx_debug:
uses: tarantool/tarantool/.github/workflows/osx_debug.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
Expand Down

0 comments on commit a797359

Please sign in to comment.