Skip to content

Commit

Permalink
disable this workflow until someone wants to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 17, 2024
1 parent 0ff83e6 commit 3852ede
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/past-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ name: Update past-events page

# Controls when the workflow will run
on:
workflow_dispatch:
# Run on a schedule
schedule:
# Run at 2:05am early Sunday morning Eastern time (6/7:05 UTC)
# https://crontab.guru/#5_7_*_*_0
- cron: "5 7 * * 0"
#schedule:
# # Run at 2:05am early Sunday morning Eastern time (6/7:05 UTC)
# # https://crontab.guru/#5_7_*_*_0
# - cron: "5 7 * * 0"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3852ede

Please sign in to comment.