Skip to content

Commit

Permalink
Closes: #17795 - Add concurrency to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Nov 19, 2024
1 parent 0ff0edd commit efa70c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
permissions:
contents: read

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

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit efa70c4

Please sign in to comment.