Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
schedule:
# at 9:45 UTC every day from Monday to Friday
- cron: "45 9 * * 1-5"
- cron: "45 9 * * Mon-Fri"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-po-sle16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:35AM UTC
- cron: "35 2 * * 0"
- cron: "35 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:42AM UTC
- cron: "42 2 * * 0"
- cron: "42 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-products-po-sle16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:35AM UTC
- cron: "35 2 * * 0"
- cron: "35 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-products-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:45AM UTC
- cron: "45 2 * * 0"
- cron: "45 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-rust-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:47AM UTC
- cron: "47 2 * * 0"
- cron: "47 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-service-po-sle16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:35AM UTC
- cron: "35 2 * * 0"
- cron: "35 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-service-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
on:
schedule:
# run every Monday at 2:45AM UTC
- cron: "45 2 * * 0"
- cron: "45 2 * * Mon"

# allow running manually
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblate-update-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
schedule:
# run every working day (Monday-Friday) at 1:42AM UTC
- cron: "42 1 * * 0-4"
- cron: "42 1 * * Mon-Fri"

# allow running manually
workflow_dispatch:
Expand Down