We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece5d7 commit e35d674Copy full SHA for e35d674
.github/workflows/generate-redirector-config.yml
@@ -1,6 +1,8 @@
1
name: "Update redirector YAML config"
2
# Trigger this workflow on a manual dispatch or a scheduled time
3
on:
4
+ repository_dispatch:
5
+ types: ["Redirector update"]
6
schedule:
7
- cron: '0 * * * *' # Run every hour
8
workflow_dispatch: # Manually triggered via GitHub Actions UI
0 commit comments