diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a92d7ad..d0dfafafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ 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 +#concurrency: +# group: ${{ github.ref }} +# cancel-in-progress: true env: CARGO_INCREMENTAL: 0