Skip to content

Commit

Permalink
Add concurrency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash-f committed Mar 11, 2024
1 parent 5271ba7 commit 73649ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
name: "ci"
name: "CI"

on:
push:
branches: [main]
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: macOS-latest
Expand Down

0 comments on commit 73649ab

Please sign in to comment.