From 07ceb86d80bbd29bb3b43a0a39664e8cc3ad3220 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Tue, 5 Sep 2023 17:30:54 +0000 Subject: [PATCH] ci: pin downstream: Disable for now Signed-off-by: John Andersen --- .github/workflows/pin_downstream.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pin_downstream.yml b/.github/workflows/pin_downstream.yml index 1275b2121b..2bf67050d7 100644 --- a/.github/workflows/pin_downstream.yml +++ b/.github/workflows/pin_downstream.yml @@ -19,6 +19,8 @@ on: jobs: manifest: runs-on: ubuntu-latest + # Disabled currently + if: false outputs: length: ${{ steps.create-manifest-instance.outputs.length }} manifest: ${{ steps.create-manifest-instance.outputs.github_actions_manifest }} @@ -70,6 +72,8 @@ jobs: pin_downstream_pep_440: name: "Pin downstream to latest commit" runs-on: ubuntu-latest + # Disabled currently + if: false env: PIN_PULL_REQUEST_EMAIL: 'alice.omega.alpha@outlook.com' PIN_PULL_REQUEST_NAME: 'Alice Alchemy'