We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b745c commit a5791f2Copy full SHA for a5791f2
.github/workflows/app.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ workflow_dispatch:
8
9
jobs:
10
deploy:
.github/workflows/data.yaml
@@ -6,6 +6,7 @@ on:
# “At 12:00 in every month from July through October.”
# https://crontab.guru/#0_12_*_7-9_*
- cron: "0 */4 * 7-9 *"
11
12
scrape:
0 commit comments