diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index bd42a81..e176d96 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -104,9 +104,8 @@ jobs: name: Deploy needs: [build] runs-on: ubuntu-24.04 - timeout-minutes: 15 - environment: - name: dev + timeout-minutes: 15 + environment: dev steps: - name: Deploys uses: bcgov-nr/action-deployer-openshift@v3.0.1 @@ -143,8 +142,7 @@ jobs: postman: name: Smoke Test needs: [deploy] - environment: - name: dev + environment: dev runs-on: ubuntu-latest permissions: contents: read