From 460918b6c8e068243e06abba2e613ff2d204a9b7 Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Tue, 31 Oct 2023 11:54:36 +0100 Subject: [PATCH] Enabled HTTP integration for push; All protocols restricted to PRs --- .github/workflows/itest-full.yml | 2 +- .github/workflows/{debug => }/itest-http.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{debug => }/itest-http.yml (100%) diff --git a/.github/workflows/itest-full.yml b/.github/workflows/itest-full.yml index d0c0121b..cca45316 100644 --- a/.github/workflows/itest-full.yml +++ b/.github/workflows/itest-full.yml @@ -22,6 +22,6 @@ jobs: push: name: Push qserv-operator image to public registry uses: ./.github/workflows/push.yml - needs: build + needs: e2e-matrix secrets: inherit diff --git a/.github/workflows/debug/itest-http.yml b/.github/workflows/itest-http.yml similarity index 100% rename from .github/workflows/debug/itest-http.yml rename to .github/workflows/itest-http.yml