From a9a67a27e7a2637c56db048f5d22fa616e327384 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 31 Aug 2023 16:00:53 +0000 Subject: [PATCH] workflows/e2e-azure: Disable new azure job There's no azure subscription to run the tests against at present. Signed-off-by: Sunny --- .github/workflows/e2e-azure.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-azure.yaml b/.github/workflows/e2e-azure.yaml index bd8573be..80e70dc5 100644 --- a/.github/workflows/e2e-azure.yaml +++ b/.github/workflows/e2e-azure.yaml @@ -71,7 +71,8 @@ jobs: defaults: run: working-directory: ./tests/integration - if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' + # This job is currently disabled. Remove the false check when Azure subscription is enabled. + if: false && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' steps: - name: CheckoutD uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0