Skip to content

Commit

Permalink
Update concurrency naming for website scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed May 31, 2024
1 parent 2971ce8 commit 492cfd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: CI Deploy of Website
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website_branch_del_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.ref_type == 'branch'
runs-on: ubuntu-22.04
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}
# cancel-in-progress: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Release Deploy of Website
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

steps:
Expand Down

0 comments on commit 492cfd8

Please sign in to comment.