Skip to content

Commit

Permalink
disable verify published and integration tests against develop until …
Browse files Browse the repository at this point in the history
…we can figure out how to utilize that environment
  • Loading branch information
hahn-kev committed Nov 14, 2023
1 parent 351f7fb commit 951e87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/develop-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 951e87a

Please sign in to comment.