Skip to content

Commit

Permalink
chore: disable concurrency again
Browse files Browse the repository at this point in the history
This way I can test things quicker
  • Loading branch information
vmx committed Sep 3, 2024
1 parent 1234f35 commit 11996c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI

on: [pull_request, push]

# Cancel a job if there's a new on on the same branch started.
# Based on https://stackoverflow.com/questions/58895283/stop-already-running-workflow-job-in-github-actions/67223051#67223051
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
## Cancel a job if there's a new on on the same branch started.
## Based on https://stackoverflow.com/questions/58895283/stop-already-running-workflow-job-in-github-actions/67223051#67223051
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 11996c0

Please sign in to comment.