Skip to content

Commit

Permalink
Merge pull request #26812 from gsmet/jakarta-schedule
Browse files Browse the repository at this point in the history
Schedule jakarta-rewrite.yml job earlier
  • Loading branch information
gsmet authored Jul 19, 2022
2 parents 25911d6 + 12990c9 commit d5b6090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jakarta-rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Jakarta Rewrite
on:
workflow_dispatch:
schedule:
# 4am every weekday + saturday
- cron: '0 4 * * 1-6'
# 22pm every weekday + saturday
- cron: '0 22 * * 1-6'
jobs:
rewrite:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5b6090

Please sign in to comment.