Skip to content

Commit

Permalink
ci: Add concurrency to cancel previous workflow runs (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Jul 10, 2023
1 parent 2fb0259 commit 19c8a62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ jobs:
./Scripts/jazzy.sh
env:
DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 19c8a62

Please sign in to comment.