Skip to content

Commit

Permalink
chore: changing yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 5, 2024
1 parent 37ccbe2 commit c41a973
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [completed]

concurrency:
group: ${{ github.event.workflow_run.pull_requests.number }}
group: cypress-${{ github.event.workflow_run.pull_requests.number }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.tools-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
group: tools-${{ github.event.number }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
group: pr-${{ github.event.number }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
group: pr-${{ github.event.number }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit c41a973

Please sign in to comment.