From 93090d2c7d960b39bb03271583ddbfeb3099d528 Mon Sep 17 00:00:00 2001 From: "Olivia R. Lynn" Date: Mon, 16 Oct 2023 16:00:31 -0400 Subject: [PATCH] Update smoke-test.yml - remove extra workflow_dispatches --- .../.github/workflows/smoke-test.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/python-project-template/.github/workflows/smoke-test.yml b/python-project-template/.github/workflows/smoke-test.yml index 52f72cec..2aec838d 100644 --- a/python-project-template/.github/workflows/smoke-test.yml +++ b/python-project-template/.github/workflows/smoke-test.yml @@ -6,17 +6,11 @@ name: Unit test smoke test on: + + # Runs this workflow automatically 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: