|
1 |
| -name: Scheduled Altinity Stable Builds |
| 1 | +# name: Scheduled Altinity Stable Builds |
2 | 2 |
|
3 |
| -on: |
4 |
| - schedule: |
5 |
| - - cron: '0 0 * * 6' #Weekly run for stable versions |
6 |
| - - cron: '0 0 * * *' #Daily run for antalya versions |
7 |
| - # Make sure that any changes to this file is actually tested with PRs |
8 |
| - pull_request: |
9 |
| - types: |
10 |
| - - synchronize |
11 |
| - - reopened |
12 |
| - - opened |
13 |
| - paths: |
14 |
| - - '**/scheduled_runs.yml' |
| 3 | +# on: |
| 4 | +# schedule: |
| 5 | +# - cron: '0 0 * * 6' #Weekly run for stable versions |
| 6 | +# - cron: '0 0 * * *' #Daily run for antalya versions |
| 7 | +# # Make sure that any changes to this file is actually tested with PRs |
| 8 | +# pull_request: |
| 9 | +# types: |
| 10 | +# - synchronize |
| 11 | +# - reopened |
| 12 | +# - opened |
| 13 | +# paths: |
| 14 | +# - '**/scheduled_runs.yml' |
15 | 15 |
|
16 |
| -jobs: |
17 |
| - DailyRuns: |
18 |
| - strategy: |
19 |
| - fail-fast: false |
20 |
| - matrix: |
21 |
| - branch: |
22 |
| - - antalya |
23 |
| - name: ${{ matrix.branch }} |
24 |
| - if: github.event.schedule != '0 0 * * 6' |
25 |
| - runs-on: ubuntu-latest |
26 |
| - steps: |
27 |
| - - name: Run ${{ matrix.branch }} workflow |
28 |
| - run: | |
29 |
| - curl -L \ |
30 |
| - -X POST \ |
31 |
| - -H "Accept: application/vnd.github+json" \ |
32 |
| - -H "Authorization: Bearer ${{ secrets.TOKEN }}" \ |
33 |
| - -H "X-GitHub-Api-Version: 2022-11-28" \ |
34 |
| - https://api.github.com/repos/Altinity/ClickHouse/actions/workflows/release_branches.yml/dispatches \ |
35 |
| - -d '{"ref":"${{ matrix.branch }}"}' |
| 16 | +# jobs: |
| 17 | +# DailyRuns: |
| 18 | +# strategy: |
| 19 | +# fail-fast: false |
| 20 | +# matrix: |
| 21 | +# branch: |
| 22 | +# - antalya |
| 23 | +# name: ${{ matrix.branch }} |
| 24 | +# if: github.event.schedule != '0 0 * * 6' |
| 25 | +# runs-on: ubuntu-latest |
| 26 | +# steps: |
| 27 | +# - name: Run ${{ matrix.branch }} workflow |
| 28 | +# run: | |
| 29 | +# curl -L \ |
| 30 | +# -X POST \ |
| 31 | +# -H "Accept: application/vnd.github+json" \ |
| 32 | +# -H "Authorization: Bearer ${{ secrets.TOKEN }}" \ |
| 33 | +# -H "X-GitHub-Api-Version: 2022-11-28" \ |
| 34 | +# https://api.github.com/repos/Altinity/ClickHouse/actions/workflows/release_branches.yml/dispatches \ |
| 35 | +# -d '{"ref":"${{ matrix.branch }}"}' |
36 | 36 |
|
37 |
| - WeeklyRuns: |
38 |
| - strategy: |
39 |
| - fail-fast: false |
40 |
| - matrix: |
41 |
| - branch: |
42 |
| - - customizations/22.8.21 |
43 |
| - - customizations/23.3.19 |
44 |
| - - customizations/23.8.16 |
45 |
| - - customizations/24.3.14 |
46 |
| - - customizations/24.8.11 |
47 |
| - name: ${{ matrix.branch }} |
48 |
| - if: github.event.schedule != '0 0 * * *' |
49 |
| - runs-on: ubuntu-latest |
50 |
| - steps: |
51 |
| - - name: Run ${{ matrix.branch }} workflow |
52 |
| - run: | |
53 |
| - curl -L \ |
54 |
| - -X POST \ |
55 |
| - -H "Accept: application/vnd.github+json" \ |
56 |
| - -H "Authorization: Bearer ${{ secrets.TOKEN }}" \ |
57 |
| - -H "X-GitHub-Api-Version: 2022-11-28" \ |
58 |
| - https://api.github.com/repos/Altinity/ClickHouse/actions/workflows/release_branches.yml/dispatches \ |
59 |
| - -d '{"ref":"${{ matrix.branch }}"}' |
| 37 | +# WeeklyRuns: |
| 38 | +# strategy: |
| 39 | +# fail-fast: false |
| 40 | +# matrix: |
| 41 | +# branch: |
| 42 | +# - customizations/22.8.21 |
| 43 | +# - customizations/23.3.19 |
| 44 | +# - customizations/23.8.16 |
| 45 | +# - customizations/24.3.14 |
| 46 | +# - customizations/24.8.11 |
| 47 | +# name: ${{ matrix.branch }} |
| 48 | +# if: github.event.schedule != '0 0 * * *' |
| 49 | +# runs-on: ubuntu-latest |
| 50 | +# steps: |
| 51 | +# - name: Run ${{ matrix.branch }} workflow |
| 52 | +# run: | |
| 53 | +# curl -L \ |
| 54 | +# -X POST \ |
| 55 | +# -H "Accept: application/vnd.github+json" \ |
| 56 | +# -H "Authorization: Bearer ${{ secrets.TOKEN }}" \ |
| 57 | +# -H "X-GitHub-Api-Version: 2022-11-28" \ |
| 58 | +# https://api.github.com/repos/Altinity/ClickHouse/actions/workflows/release_branches.yml/dispatches \ |
| 59 | +# -d '{"ref":"${{ matrix.branch }}"}' |
0 commit comments