Skip to content

Commit

Permalink
Switch concurrency to whole workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashTheBunny committed Apr 13, 2024
1 parent fe57b71 commit 36a283b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

name: Upload Release Asset

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

jobs:
release:
name: Create Release
Expand All @@ -29,9 +33,6 @@ jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
concurrency:
group: build-group
cancel-in-progress: true
needs: [release]
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down

0 comments on commit 36a283b

Please sign in to comment.