Skip to content

Commit 19c8a62

Browse files
authored
ci: Add concurrency to cancel previous workflow runs (#1732)
1 parent 2fb0259 commit 19c8a62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ jobs:
120120
./Scripts/jazzy.sh
121121
env:
122122
DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}
123+
concurrency:
124+
group: ${{ github.workflow }}-${{ github.ref }}
125+
cancel-in-progress: true

0 commit comments

Comments
 (0)