diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5819f93b..807aa3eb 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -30,6 +30,7 @@ jobs: init-test: name: Init (TEST) needs: vars + environment: test runs-on: ubuntu-24.04 timeout-minutes: 1 steps: @@ -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: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 7058cd7e..b0ca6c63 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -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 }}