diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b3b7440..001cb01 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -35,14 +35,4 @@ jobs: functional_tests: needs: [publish_images] uses: ./.github/workflows/functional.yaml - if: github.repository == 'stackhpc/coral-credits' - - # The integration tests require the charts, and are only worth running once - # the functional tests are passing - integration_tests: - needs: [publish_charts, functional_tests] - uses: ./.github/workflows/integration.yaml - with: - chart-version: ${{ needs.publish_charts.outputs.chart-version }} - secrets: inherit if: github.repository == 'stackhpc/coral-credits' \ No newline at end of file