Skip to content

Commit

Permalink
ci: fix some concurrency issues (#26)
Browse files Browse the repository at this point in the history
- The concurrency group is duplicated in the `normal.yaml` which is wrong.
  • Loading branch information
gabyx authored Jul 10, 2024
1 parent 4c8b5c4 commit 36cc82d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
#
name: Normal Pipeline

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions: read-all

defaults:
Expand Down

0 comments on commit 36cc82d

Please sign in to comment.