From 198649be9fbf7c7a284a0ae9e2d10046cc895707 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Fri, 29 Apr 2022 12:40:54 -0500 Subject: [PATCH] ci: Remove invalid key from workflow See https://github.community/t/worflow-with-dispatch-and-branches-setting-suddenly-not-supported-anymore/247732/29 --- .github/workflows/go-spectest.yml | 3 +-- .github/workflows/spectesting.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-spectest.yml b/.github/workflows/go-spectest.yml index 399e14755..c5d313413 100644 --- a/.github/workflows/go-spectest.yml +++ b/.github/workflows/go-spectest.yml @@ -10,9 +10,8 @@ on: - '.github/workflows**' - 'go.mod' - 'go.sum' + # Allows manual trigger on arbitrary branches via GitHub UI/API workflow_dispatch: - branches: - - 'main' jobs: vagrant-spec-tests: diff --git a/.github/workflows/spectesting.yml b/.github/workflows/spectesting.yml index 7bd857c03..f2ee12a96 100644 --- a/.github/workflows/spectesting.yml +++ b/.github/workflows/spectesting.yml @@ -1,7 +1,6 @@ on: + # Allows manual trigger on arbitrary branches via GitHub UI/API workflow_dispatch: - branches: - - 'main' repository_dispatch: types: [prerelease] schedule: