From 96a3f85c029ce73692fae01b87aa072506d657f6 Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Thu, 26 May 2022 12:44:02 -0700 Subject: [PATCH] Revert "- to _ for workflow_dispatch (#11807)" This reverts commit de196e13061f383e8262706b3c101e536ec68434. --- .github/workflows/acceptance-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance-test.yml b/.github/workflows/acceptance-test.yml index 4806be27c..03793475d 100644 --- a/.github/workflows/acceptance-test.yml +++ b/.github/workflows/acceptance-test.yml @@ -9,7 +9,7 @@ on: schedule: # Runs against the default branch every day at midnight - cron: "0 0 * * *" - workflow_dispatch: + workflow-dispatch: jobs: get-go-version: