Skip to content

Commit

Permalink
Troubleshoot PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 23, 2023
1 parent f821f87 commit 073e10c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ concurrency:
group: pr-${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true

env:
repo_quickstart: bcgov/quickstart-openshift

jobs:
pr-greeting:
if: "!github.event.pull_request.head.repo.fork"
Expand Down Expand Up @@ -103,11 +100,11 @@ jobs:
- name: init
file: common/openshift.init.yml
overwrite: false
repository: ${{ env.repo_quickstart }}
repository: bcgov/quickstart-openshift
- name: database
file: database/openshift.deploy.yml
overwrite: false
repository: ${{ env.repo_quickstart }}
repository: bcgov/quickstart-openshift
triggers: ('database/' 'backend/' 'backend-go' 'backend-java' 'backend-py' 'frontend/')
- name: backend-go
file: backend-go/openshift.deploy.yml
Expand All @@ -130,7 +127,7 @@ jobs:
file: frontend/openshift.deploy.yml
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=2
repository: ${{ env.repo_quickstart }}
repository: bcgov/quickstart-openshift
triggers: ('database/' 'backend/' 'frontend/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
Expand Down

0 comments on commit 073e10c

Please sign in to comment.