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