From 9cb1673fa5d267148ac81ee31b37f1d2f7c0f2b8 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 14 Nov 2023 08:21:33 +0000 Subject: [PATCH] [GitHub] Remove pr-subscriber-wait.py download (#72120) This file and uses of it were removed in 64d5da60d437049548a752001c4081f65137ea47. --- .github/workflows/pr-subscriber.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-subscriber.yml b/.github/workflows/pr-subscriber.yml index ef2ef7b9e4a35..03f60f619568f 100644 --- a/.github/workflows/pr-subscriber.yml +++ b/.github/workflows/pr-subscriber.yml @@ -17,7 +17,6 @@ jobs: run: | curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/github-automation.py curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/requirements.txt - curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/.github/workflows/pr-subscriber-wait.py chmod a+x github-automation.py pip install -r requirements.txt