Skip to content

Commit 58f9c73

Browse files
authored
Temporally disable cron for redirector yaml update
Lets see if this is needed at all.
1 parent 503f28e commit 58f9c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: "Update redirector YAML config"
33
on:
44
repository_dispatch:
55
types: ["Redirector update"]
6-
schedule:
7-
- cron: '0 * * * *' # Run every hour
6+
# schedule:
7+
# - cron: '0 * * * *' # Run every hour
88
workflow_dispatch: # Manually triggered via GitHub Actions UI
99

1010
env:

0 commit comments

Comments
 (0)