Skip to content

Commit

Permalink
ci: adjust cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Aug 17, 2024
1 parent 14de538 commit a931b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/features-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- trunk
pull_request:
schedule:
- cron: '0 0 * * *'
- cron: '15 0 * * *'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/features-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- trunk
pull_request:
schedule:
- cron: '0 0 * * *'
- cron: '5 0 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit a931b72

Please sign in to comment.