Skip to content

Commit

Permalink
Update concurrency group to be unique to this worker
Browse files Browse the repository at this point in the history
  • Loading branch information
coleaeason committed Nov 1, 2023
1 parent 57de166 commit da796e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateHelpDotRedirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: "redirects"
cancel-in-progress: false

jobs:
Expand Down

0 comments on commit da796e0

Please sign in to comment.