Skip to content

Commit ef9c452

Browse files
authored
adjust cron schedule to test
1 parent e9890ee commit ef9c452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/refresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Refresh
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '5 14 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
6+
- cron: '10 16 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
77

88
jobs:
99
refresh:
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
USER_TOKEN: ${{ secrets.USER_TOKEN }}
1515
run: |
16-
curl --fail --request POST --url https://api.github.com/repos/${{ github.repository }}/pages/builds --header "Authorization: bearer $USER_TOKEN"
16+
curl --fail --request POST --url https://api.github.com/repos/${{ github.repository }}/pages/builds --header "Authorization: bearer $USER_TOKEN"

0 commit comments

Comments
 (0)