From 15ea87d6b6cef15a6688be0b97e00e9c689b12c4 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Thu, 23 Sep 2021 06:15:13 -0700 Subject: [PATCH] Revert "adding temp workflow to enable the deploy workflow on the rc branch (#1201)" (#1203) This reverts commit 0481bf07e27dc910941bdfe50119d37226668178. --- .github/workflows/deploy.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index f603006c..00000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Deploy - -on: - workflow_dispatch: - inputs: {} - -jobs: - temp: - name: Temp Workflow - runs-on: ubuntu-20.04 - steps: - - name: Checkout repo - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4 - - - name: Temp workflow - run: | - echo "Temp Workflow to get the rc version back"