Skip to content

Commit

Permalink
Don't have more than one ci job running on main or individual PRs at …
Browse files Browse the repository at this point in the history
…the same time
  • Loading branch information
mcbarton authored Feb 3, 2025
1 parent 640c0cf commit e892d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
buildlibc:
name: Build libc
Expand Down

0 comments on commit e892d20

Please sign in to comment.