Skip to content

Commit e90e535

Browse files
authored
Update half-hourly-ping.yml
1 parent 93a0e33 commit e90e535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/half-hourly-ping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Half-hourly render ping
33

44
on:
55
schedule:
6-
- cron: '*/30 * * * *' # Runs every 30 minutes (UTC)
6+
- cron: '* * * * *' # Runs every 30 minutes (UTC)
77
workflow_dispatch: # Allows manual triggering
88

99
jobs:

0 commit comments

Comments
 (0)