From 869042554377fe86e6043fd5b689037781d257d3 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Mon, 25 Sep 2023 10:32:47 +0000 Subject: [PATCH] Enhancement (ci): Add `workflow_dispatch` to `cron` job --- .github/workflows/cron.yml | 1 + generate/templates/.github/workflows/cron.yml.ps1 | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index e135f9d..39a8b38 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -3,6 +3,7 @@ on: schedule: # Run daily - cron: '0 0 * * *' + workflow_dispatch: jobs: update-versions: runs-on: ubuntu-latest diff --git a/generate/templates/.github/workflows/cron.yml.ps1 b/generate/templates/.github/workflows/cron.yml.ps1 index 86e3496..559186e 100644 --- a/generate/templates/.github/workflows/cron.yml.ps1 +++ b/generate/templates/.github/workflows/cron.yml.ps1 @@ -4,6 +4,7 @@ on: schedule: # Run daily - cron: '0 0 * * *' + workflow_dispatch: jobs: update-versions: runs-on: ubuntu-latest