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 79dd2af commit 975fe51Copy full SHA for 975fe51
.github/workflows/refresh.yml
@@ -3,7 +3,7 @@ name: Refresh
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '05 14 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
+ - cron: '05 14 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
7
8
jobs:
9
refresh:
0 commit comments