Skip to content

Commit

Permalink
Merge pull request #663 from bcgov/DIAM-209-net90
Browse files Browse the repository at this point in the history
lock at action name
  • Loading branch information
leewrigh authored Oct 8, 2024
2 parents b653818 + 99bf83d commit 57aa24d
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-admin-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-approvalflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm


if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-casemanagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-diamconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-diamcornet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-disclosure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-edtcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-islinterfaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-jamservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-jumapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm

if: github.event_name == 'push'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

build:
runs-on: ubuntu-latest
concurrency: $${{ github.ref_name }}-helm
concurrency: ${{ github.action }}-helm
if: github.event_name == 'push'

steps:
Expand Down

0 comments on commit 57aa24d

Please sign in to comment.