Skip to content

Commit

Permalink
Fix cron syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Oct 29, 2024
1 parent 487217f commit d63eb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: ['master']

# Run this workflow every month
# Run this workflow at 00:00 every month
schedule:
- cron: '* * * 1 *'
- cron: '0 0 1 * *'

jobs:
Convert-CCI-List:
Expand Down

0 comments on commit d63eb27

Please sign in to comment.