Skip to content

Commit

Permalink
adjust weekly scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 9, 2024
1 parent ec0ff26 commit b3faf51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
schedule:
- cron: "30 6 * * 1" # every monday at 06:30 UTC
- cron: "50 4 * * 1" # every monday at 04:50 UTC
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- 'v*'
schedule:
- cron: "0 6 * * 1" # every monday at 06:00 UTC
- cron: "40 4 * * 1" # every monday at 04:40 UTC
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build docs and check links

on:
schedule:
- cron: "30 4 * * 1" # every monday at 04:30 UTC
- cron: "10 4 * * 1" # every monday at 04:10 UTC
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test latest/pre-release dependencies

on:
schedule:
- cron: "30 5 * * 1" # every monday at 05:30 UTC
- cron: "30 4 * * 1" # every monday at 04:30 UTC
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimum-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test minimum dependencies

on:
schedule:
- cron: "0 5 * * 1" # every monday at 05:00 UTC
- cron: "20 4 * * 1" # every monday at 04:20 UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b3faf51

Please sign in to comment.