Skip to content

Commit

Permalink
Prevent concurrent actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 12, 2024
1 parent 7921d7d commit 0d92c0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions:
contents: write

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

jobs:
fetch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fetch_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
permissions:
contents: write

concurrency:
group: all_workflows

jobs:
fetch:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fetch_tweets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
permissions:
contents: write

concurrency:
group: all_workflows

jobs:
fetch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d92c0e

Please sign in to comment.