Skip to content

Commit 7cdefc7

Browse files
authored
Change schedule to run daily at 0500 UTC
1 parent 0676d9d commit 7cdefc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gather-plugin-urls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
description: 'Mode (debug or production)'
1111
required: true
1212
default: 'production'
13-
# schedule: # Trigger the workflow on a schedule
14-
# - cron: '0 5 * * 1' # Runs every Monday at 0500 UTC
13+
schedule: # Trigger the workflow on a schedule
14+
- cron: '0 5 * * *' # Runs every day at 0500 UTC
1515

1616
jobs:
1717
gather-plugin-urls:

0 commit comments

Comments
 (0)