Skip to content

Commit

Permalink
Update .github/workflows/flake.yml to be concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 2266bbb commit 830f52f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
with:
excluded_errors: F632

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


concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down

0 comments on commit 830f52f

Please sign in to comment.