Skip to content

Commit

Permalink
turn off gha concurrency (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Sep 26, 2023
1 parent 3b77685 commit 75fed2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- '**'


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# don't cancel on main/master/default
cancel-in-progress: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref }}
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# # don't cancel on main/master/default
# cancel-in-progress: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref }}


env:
Expand Down

0 comments on commit 75fed2f

Please sign in to comment.