diff --git a/.github/workflows/publish-azure-cc-enclave-docker.yaml b/.github/workflows/publish-azure-cc-enclave-docker.yaml index 15064f94a..552ff56c2 100644 --- a/.github/workflows/publish-azure-cc-enclave-docker.yaml +++ b/.github/workflows/publish-azure-cc-enclave-docker.yaml @@ -252,11 +252,3 @@ jobs: path: ${{ env.MANIFEST_OUTPUT_DIR }} if-no-files-found: error - e2eAzureAks: - name: E2E Azure AKS - uses: ./.github/workflows/run-e2e-tests-on-operator.yaml - needs: [buildImage, azureAks] - with: - operator_type: aks - operator_image_version: ${{ needs.buildImage.outputs.image_tag }} - secrets: inherit