From f8e03b5dd589336e798a4e2b770571d90d023cd0 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 25 Jul 2022 17:48:37 -0400 Subject: [PATCH] turn on chron, turn off push trigger --- .github/workflows/fetch_manifests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/fetch_manifests.yml b/.github/workflows/fetch_manifests.yml index 4de04115..9a870d4e 100644 --- a/.github/workflows/fetch_manifests.yml +++ b/.github/workflows/fetch_manifests.yml @@ -1,11 +1,10 @@ name: Fetch manifests on: - pull_request: - # workflow_dispatch: - # schedule: - # # “At 6am and 6pm” - # - cron: "0 6,18 * * *" + workflow_dispatch: + schedule: + # “At 6am and 6pm” + - cron: "0 6,18 * * *" jobs: fetch: