Skip to content

Commit

Permalink
ci(release): enables concurrency limit for release job
Browse files Browse the repository at this point in the history
Running the release job in parallel can potentially cause issues, e.g. by exhausting ratelimits against the GH API.
  • Loading branch information
Addono committed Mar 5, 2022
1 parent 3757be0 commit 7bbb30d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -23,6 +23,9 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 20

# Prevents running multiple release scripts at the same time
concurrency: 'release'

needs:
- test

Expand Down

0 comments on commit 7bbb30d

Please sign in to comment.