Skip to content

Commit

Permalink
fix cron attribute on ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 21, 2024
1 parent 4b43f0a commit 52dfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * ' # At 00:00 on Monday.
- cron: '0 0 * * 1' # At 00:00 on Monday.


permissions:
Expand Down

0 comments on commit 52dfe42

Please sign in to comment.