Skip to content

Commit

Permalink
Test update for cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 3, 2024
1 parent 17bf342 commit cb46415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@main
secrets:
environment: dev
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
name: Deploy
needs: [build]
runs-on: ubuntu-24.04
timeout-minutes: 15
environment:
name: dev
timeout-minutes: 15
environment:
name: dev
steps:
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v3.0.1
Expand Down

0 comments on commit cb46415

Please sign in to comment.