Skip to content

Commit

Permalink
Concurrency, don't interrupt ongoing releases during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 23, 2023
1 parent 4d2ceaa commit a0b42d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
branches:
- hotfix/release-investigation

concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-test

jobs:

Expand Down

0 comments on commit a0b42d1

Please sign in to comment.