Skip to content

Commit

Permalink
fix: limit cancellation to the current workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 14, 2024
1 parent ae54eb6 commit ba285db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:

workflow_dispatch:

# Dummy comment to commit and test concurrency.
concurrency:
group: ${{ github.head_ref || github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit ba285db

Please sign in to comment.