Skip to content

Commit

Permalink
Temporally disable cron for redirector yaml update
Browse files Browse the repository at this point in the history
Lets see if this is needed at all.
  • Loading branch information
igorpecovnik authored Feb 3, 2025
1 parent 503f28e commit 58f9c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-redirector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "Update redirector YAML config"
on:
repository_dispatch:
types: ["Redirector update"]
schedule:
- cron: '0 * * * *' # Run every hour
# schedule:
# - cron: '0 * * * *' # Run every hour
workflow_dispatch: # Manually triggered via GitHub Actions UI

env:
Expand Down

0 comments on commit 58f9c73

Please sign in to comment.