From 951e87aa1aa329ac71b4f439764f441c618d5180 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 14 Nov 2023 13:05:37 +0700 Subject: [PATCH] disable verify published and integration tests against develop until we can figure out how to utilize that environment --- .github/workflows/deploy.yaml | 1 + .github/workflows/develop-api.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2ef2464ff..a45e002fa 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -92,6 +92,7 @@ jobs: verify-published: name: Verify ${{ matrix.verify.name }} Published runs-on: ubuntu-latest + if: ${{ inputs.k8s-environment != 'develop' }} #disable develop until we can use a self hosted runner for this test needs: deploy strategy: fail-fast: true diff --git a/.github/workflows/develop-api.yaml b/.github/workflows/develop-api.yaml index affdc8564..daf16df53 100644 --- a/.github/workflows/develop-api.yaml +++ b/.github/workflows/develop-api.yaml @@ -52,6 +52,7 @@ jobs: integration-tests: name: Integration tests uses: ./.github/workflows/integration-test.yaml + if: false #disable develop until we can use a self hosted runner for this test permissions: checks: write secrets: inherit