diff --git a/.github/workflows/operator_release.yaml b/.github/workflows/operator_release.yaml index 6e2c93e8ef7..fd09151a0ac 100644 --- a/.github/workflows/operator_release.yaml +++ b/.github/workflows/operator_release.yaml @@ -26,7 +26,7 @@ env: OPP_SCRIPT_TRIGGER_OHIO_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/latest/ci/scripts/opp-trigger-operatorhubio-ci.sh" OPP_IMAGE: "quay.io/operator_testing/operator-test-playbooks:latest" OPP_ANSIBLE_PULL_REPO: "https://github.com/redhat-openshift-ecosystem/operator-test-playbooks" - OPP_ANSIBLE_PULL_BRANCH: "mvaras-tests" + OPP_ANSIBLE_PULL_BRANCH: "upstream-community" OPP_PROD: 1 OPP_MIRROR_LATEST_TAG: "" OPP_PRODUCTION_TYPE: "k8s" diff --git a/.github/workflows/operator_release_manual.yaml b/.github/workflows/operator_release_manual.yaml index 22155f56bd2..aa873ca1994 100644 --- a/.github/workflows/operator_release_manual.yaml +++ b/.github/workflows/operator_release_manual.yaml @@ -39,7 +39,7 @@ env: OPP_SCRIPT_TRIGGER_OHIO_URL: "https://raw.githubusercontent.com/redhat-openshift-ecosystem/community-operators-pipeline/ci/latest/ci/scripts/opp-trigger-operatorhubio-ci.sh" OPP_IMAGE: "quay.io/operator_testing/operator-test-playbooks:latest" OPP_ANSIBLE_PULL_REPO: "https://github.com/redhat-openshift-ecosystem/operator-test-playbooks" - OPP_ANSIBLE_PULL_BRANCH: "mvaras-tests" + OPP_ANSIBLE_PULL_BRANCH: "upstream-community" OPP_PROD: 1 OPP_MIRROR_LATEST_TAG: "" OPP_PRODUCTION_TYPE: "k8s"