Skip to content

Commit

Permalink
ci: Fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Dec 18, 2023
1 parent 058b6b8 commit c90143b
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 @@ -4,6 +4,10 @@ on:
push:
branches: [master]

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

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

0 comments on commit c90143b

Please sign in to comment.