From e53d3c02c17c7a0ccbe113931e2c3fc825c04f44 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Mon, 3 Jun 2024 18:53:24 -0400 Subject: [PATCH] force a run --- .github/workflows/fetch-licenses.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fetch-licenses.yaml b/.github/workflows/fetch-licenses.yaml index 0480175..7c40f77 100644 --- a/.github/workflows/fetch-licenses.yaml +++ b/.github/workflows/fetch-licenses.yaml @@ -1,12 +1,12 @@ name: Fetch Licenses on: - workflow_dispatch: - # inputs: - # force_run: - # description: 'Force run license extraction' - # required: false - # default: 'false' + # workflow_dispatch: + # # inputs: + # # force_run: + # # description: 'Force run license extraction' + # # required: false + # # default: 'false' schedule: - cron: '0 0 * * *' # Runs at midnight ET push: