Skip to content

Commit

Permalink
chore(ci): fix init env (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 11, 2025
1 parent 1ede637 commit c5d66bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
init-test:
name: Init (TEST)
needs: vars
environment: test
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
init-prod:
name: Init (PROD)
needs: [vars, deploys-test]
environment: prod
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: ${{ matrix.overwrite }}
parameters: -p ZONE=${{ github.event.number }} -p TAG=${{ github.event.number }}
triggers: ('backend/' 'common/' 'frontend/')
verification_path: ${{ matrix.verification_path }}
Expand Down

0 comments on commit c5d66bf

Please sign in to comment.