Skip to content

Commit

Permalink
Merge pull request #387 from sablier-labs/ci/cron-job-time-shift
Browse files Browse the repository at this point in the history
ci: run cron jobs on Sunday evening
  • Loading branch information
PaulRBerg authored Dec 23, 2024
2 parents e6be57f + e233888 commit 2a978b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI Deep"

on:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
- cron: "0 1 * * 6" # at 1:00am UTC every Saturday
workflow_dispatch:
inputs:
integrationFuzzRuns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI Fork and Util tests"

on:
schedule:
- cron: "0 3 * * 1,3,5" # at 3:00 AM UTC on Monday, Wednesday and Friday
- cron: "0 1 * * 1,3,5" # at 1:00 AM UTC on Monday, Wednesday and Friday

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Multibuild"
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
- cron: "0 1 * * 6" # at 1:00am UTC every Saturday

jobs:
multibuild:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Close stale issues and PRs"
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
- cron: "0 1 * * 6" # at 1:00am UTC every Saturday

jobs:
stale:
Expand Down

0 comments on commit 2a978b4

Please sign in to comment.