Skip to content

Commit

Permalink
community-ci: cancel in progress (#37629)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Apr 26, 2024
1 parent f6aa938 commit 87fad4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/community_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ concurrency:
# - github.head_ref is only defined on PR runs, it makes sure that the concurrency group is unique for pull requests
# ensuring that only one run per pull request is active at a time.
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

on:
# The pull request target event is triggered on PR open and synchronize events.
Expand Down

0 comments on commit 87fad4b

Please sign in to comment.