Skip to content

Commit afb1189

Browse files
committed
no need concurrency
1 parent 11961e1 commit afb1189

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010

1111
permissions: read-all
1212

13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15-
cancel-in-progress: true
16-
1713
jobs:
1814
run:
1915
runs-on: ubuntu-latest
@@ -57,7 +53,7 @@ jobs:
5753
version: latest
5854
args: coverage
5955

60-
- name: Build backend [linux]
56+
- name: Build backend
6157
uses: magefile/mage-action@v3
6258
with:
6359
version: latest

0 commit comments

Comments
 (0)