Skip to content

Commit

Permalink
Avoid concurrent workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 21, 2024
1 parent 8478d3d commit 82304af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/handle-commands.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Forked from https://github.com/shaka-project/shaka-player/blob/main/.github/workflows/talk-to-shaka-bot.yaml
name: Handle Commands

# Only one run of this workflow is allowed at a time.
concurrency: command

# Runs when issue comments are created.
on:
issue_comment:
Expand Down

0 comments on commit 82304af

Please # to comment.