Skip to content

Commit

Permalink
Change schedule to 4x/daily
Browse files Browse the repository at this point in the history
  • Loading branch information
dafATonf committed Nov 23, 2022
1 parent 73a6496 commit 1df4ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonic_image_links_create_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Run the shell script to generate sonic image links in sonic_image_links.js
# Run the script once in a minute. Github may take 15 minutes to run this even though we request once in a minute, which is OK.
on:
schedule:
- cron: '* * * * *'
- cron: '13 2,8,14,20 * * *'

jobs:
build:
Expand Down

0 comments on commit 1df4ab4

Please sign in to comment.