Skip to content

Commit f271a9c

Browse files
committed
Updating the github workflow run on label.
1 parent 35b2e0f commit f271a9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-deploy-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run-name: "Build WARs for ${{ github.event.inputs.environment }} (branch: ${{ gi
2626
jobs:
2727
build:
2828
name: Build war file
29-
runs-on: cbiit-global-runners
29+
runs-on: "nonprod-org-runner"
3030
environment: ${{ inputs.environment }}
3131
env:
3232
CODE_BRANCH: "${{ github.event.inputs.code_branch }}"
@@ -67,7 +67,7 @@ jobs:
6767
6868
deploy:
6969
needs: build
70-
runs-on: cbiit-global-runners
70+
runs-on: "nonprod-org-runner"
7171
environment: ${{ inputs.environment }}
7272
steps:
7373
- name: Download Artifacts

.github/workflows/build-dev-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ run-name: "Build WARs for ${{ github.event.inputs.environment }} (branch: ${{ gi
2727
jobs:
2828
build:
2929
name: Build war file
30-
runs-on: cbiit-global-runners
30+
runs-on: "nonprod-org-runner"
3131
environment: ${{ inputs.environment }}
3232
env:
3333
CODE_BRANCH: "${{ github.event.inputs.code_branch }}"

.github/workflows/deploy-dev-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
deploy:
2727
if: |
2828
github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
29-
runs-on: cbiit-global-runners
29+
runs-on: "nonprod-org-runner"
3030
environment: ${{ inputs.environment }}
3131
env:
3232
CODE_BRANCH: "${{ github.event.inputs.code_branch }}"

0 commit comments

Comments
 (0)