From 980c8caa736580a08f0c140eab7af40b796853bd Mon Sep 17 00:00:00 2001 From: Michael Blanton Date: Thu, 28 Sep 2023 08:41:39 -0400 Subject: [PATCH] rm workflow dispatch --- .github/workflows/smoke-test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 6bfc3e62..928fdcaf 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -9,18 +9,6 @@ on: schedule: - cron: 45 6 * * * - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - jobs: build: