Skip to content

Commit

Permalink
Setup concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 1, 2023
1 parent a422339 commit dafe2f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
push:
branches: main

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

# permissions:

jobs:
Expand Down

0 comments on commit dafe2f7

Please sign in to comment.