From 9a00459304c6d84beb2dc1c00a2ff94cc031ee7b Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Wed, 15 May 2024 18:31:44 +0200 Subject: [PATCH] Remove integ test from list --- .github/workflows/ci-integ-test.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 98bf454..86e4bc7 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -145,17 +145,6 @@ jobs: secrets: DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} - develocity-short-lived-tokens: - if: ${{ ! github.event.pull_request.head.repo.fork }} - needs: [determine-suite, build-distribution] - uses: ./.github/workflows/integ-test-inject-develocity-short-lived-tokens.yml - with: - runner-os: '["ubuntu-latest"]' - cache-key-prefix: '${{ needs.determine-suite.outputs.cache-key-prefix }}-' - skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }} - secrets: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} - provision-gradle-versions: needs: [determine-suite, build-distribution] uses: ./.github/workflows/integ-test-provision-gradle-versions.yml