diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 14c121a6..60591f94 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -20,24 +20,24 @@ jobs: steps: - uses: bcgov-nr/action-builder-ghcr@v2.2.0 with: - keep_versions: 50 + # keep_versions: 50 package: ${{ matrix.package }} tag: ${{ github.event.number }} tag_fallback: latest triggers: ('${{ matrix.package }}/') # https://github.com/bcgov/quickstart-openshift-helpers - deploys: - name: Deploys - needs: [builds] - uses: ./.github/workflows/.deployer.yml - secrets: - oc_namespace: ${{ secrets.OC_NAMESPACE }} - oc_token: ${{ secrets.OC_TOKEN }} - with: - triggers: ('backend/' 'frontend/' 'migrations/' 'charts/') - db_user: app-${{github.event.number}} - params: --set global.secrets.persist=false + # deploys: + # name: Deploys + # needs: [builds] + # uses: ./.github/workflows/.deployer.yml + # secrets: + # oc_namespace: ${{ secrets.OC_NAMESPACE }} + # oc_token: ${{ secrets.OC_TOKEN }} + # with: + # triggers: ('backend/' 'frontend/' 'migrations/' 'charts/') + # db_user: app-${{github.event.number}} + # params: --set global.secrets.persist=false tests: name: Tests @@ -49,6 +49,7 @@ jobs: results: name: PR Results + needs: [builds, tests] needs: [builds, deploys, tests] if: always() runs-on: ubuntu-24.04