Revert "CI: cancel other builds if others are building for the same commit too (this happens when a commit is tagged)" as it causes the CI to look like it has failed when it hasn't
This reverts commit 60fe40e509.
This commit is contained in:
parent
a726cab94e
commit
4093cd08a5
1 changed files with 0 additions and 3 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
|
@ -10,9 +10,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
|
||||||
group: ${{ github.sha }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue