Skip to content

Commit d371a06

Browse files
committed
ci(release): cancel stale tag builds in progress
concurrency cancel-in-progress: false let an obsolete run finish and publish stale binaries when a tag is force-moved. flip to true so the newer tag push cancels the older run. Fixes Greptile P1 on PR #109.
1 parent 57188c3 commit d371a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
concurrency:
1212
group: release-${{ github.ref }}
13-
cancel-in-progress: false
13+
cancel-in-progress: true
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)