Skip to content

Commit

Permalink
schedulled all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 18, 2023
1 parent 977d249 commit 035b6e2
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: stable-nonbloom-amd64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stable_nonbloom_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: stable-nonbloom-arm64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stable_thirdparty_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: stable-thirdparty-amd64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stable_thirdparty_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: stable-thirdparty-arm64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unstable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: unstable-nonbloom-amd64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unstable_nonbloom_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: unstable-nonbloom-arm64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unstable_thirdparty_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: unstable-thirdparty-amd64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unstable_thirdparty_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: unstable-thirdparty-arm64
on:
workflow_dispatch:

schedule:
- cron: '0 20 * * *' # every day at 10pm UTC+2

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

Expand Down

0 comments on commit 035b6e2

Please sign in to comment.