From 4865d12147dc059560f97d07a46ef609ae24a64e Mon Sep 17 00:00:00 2001 From: TwiN Date: Thu, 11 Aug 2022 20:27:48 -0400 Subject: [PATCH] chore(ci): Remove redundant input Since we now get to pick from what branch to execute the workflow, it is no longer necessary to have a branch input. --- .github/workflows/publish-experimental.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish-experimental.yml b/.github/workflows/publish-experimental.yml index 2f75b74e..03ac0b85 100644 --- a/.github/workflows/publish-experimental.yml +++ b/.github/workflows/publish-experimental.yml @@ -1,11 +1,5 @@ name: publish-experimental -on: - workflow_dispatch: - inputs: - ref: - description: "Branch, tag or SHA to checkout" - required: true - default: "experimental" +on: [workflow_dispatch] jobs: publish-experimental: name: publish-experimental