Skip to content

Commit

Permalink
Remove concurrency group.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 3, 2023
1 parent 39f537c commit 5dca39a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ name: CI
on:
pull_request:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
# queued and in-progress runs for the same PR (presubmit) or commit
# (postsubmit).
group: ${{ github.event.number || github.sha }}
cancel-in-progress: true

env:
GIT_SSH_COMMAND: "ssh -v"
GIT_TRACE: 1
Expand Down

0 comments on commit 5dca39a

Please sign in to comment.