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 101b529 commit 3feccf6Copy full SHA for 3feccf6
.github/workflows/aoc.yml
@@ -1,9 +1,9 @@
1
name: AoC leaderboard
2
3
on:
4
- schedule:
+ # schedule:
5
# Run every 24 hours at 00:00 UTC
6
- - cron: "0 0 * * *"
+ # - cron: "0 0 * * *"
7
workflow_dispatch:
8
9
permissions:
0 commit comments