Skip to content

Commit

Permalink
no need concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmylife committed Mar 26, 2024
1 parent 11961e1 commit afb1189
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

permissions: read-all

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
run:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,7 +53,7 @@ jobs:
version: latest
args: coverage

- name: Build backend [linux]
- name: Build backend
uses: magefile/mage-action@v3
with:
version: latest
Expand Down

0 comments on commit afb1189

Please sign in to comment.