From 2106b07f22d6d8f2affe34b9869767fa5bc7a4d9 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 4 Aug 2020 00:14:24 -0700 Subject: [PATCH] Rename and use the default ref instead of having a `workflow_dispatch` option --- .github/workflows/{blank.yml => update-lkg.yml} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) rename .github/workflows/{blank.yml => update-lkg.yml} (66%) diff --git a/.github/workflows/blank.yml b/.github/workflows/update-lkg.yml similarity index 66% rename from .github/workflows/blank.yml rename to .github/workflows/update-lkg.yml index 09fccd53a07..8864d1316c0 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/update-lkg.yml @@ -1,12 +1,7 @@ name: Update LKG on: - workflow_dispatch: - inputs: - branchName: - description: "The name of the branch you'd like to update the Last Known Good (LKG) version of the compiler on." - required: true - default: "master" + workflow_dispatch: {} jobs: build: @@ -14,8 +9,6 @@ jobs: steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.event.inputs.branchName }} - name: Use node version 12 uses: actions/setup-node@v1 with: