Skip to content

Commit

Permalink
moved unstable build to midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 15, 2024
1 parent 33c6ab4 commit fa7edc8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unstable_mrs_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 22 * * *' # every day at 00.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_mrs_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 22 * * *' # every day at 00.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 18 * * *' # every day at 06.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_nonbloom_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 18 * * *' # every day at 06.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_thirdparty_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 20 * * *' # every day at 22.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_thirdparty_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

schedule:
- cron: '0 4 * * *' # every day at 06.00 UTC+2
- cron: '0 20 * * *' # every day at 22.00 UTC+2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit fa7edc8

Please sign in to comment.