Skip to content

Commit

Permalink
ci: allow only one comment workflow running (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Mar 23, 2024
1 parent 9a18760 commit dff7a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
permissions:
contents: read
pull-requests: write
concurrency:
group: booru-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
uses: cordiverse/workflows/.github/workflows/post-comment.yml@main

0 comments on commit dff7a9c

Please sign in to comment.