Allow workflow dispatch events for GitHub Actions. (#10779)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-11-22 14:42:55 -05:00
committed by GitHub
parent 555dca8c8f
commit e92a9271ad
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ name: Generate Repology JSON
on:
schedule:
- cron: '0 12 * * 0' # Weekly
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-24.04

View File

@@ -2,7 +2,8 @@
name: Generate Updates PR
on:
schedule:
- cron: '20 19 * * *' # Daily
- cron: '0 0 * * *' # Daily
workflow_dispatch:
jobs:
update-check:
permissions: