Skip to content

Commit

Permalink
fix: cancel in-progress workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 14, 2024
1 parent 2652201 commit ae54eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# Dummy comment to commit and test concurrency.
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
RUST_VERSION: 1.78
Expand Down

0 comments on commit ae54eb6

Please sign in to comment.