|
5 | 5 | workflow_dispatch: |
6 | 6 |
|
7 | 7 | jobs: |
8 | | - build-standalone-artifacts: |
9 | | - if: github.event.pull_request.draft == false && success() |
10 | | - uses: ./.github/workflows/ci-matrix-gen.yml |
11 | | - with: |
12 | | - jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$ |
13 | | - logs_retention_days: 0 |
14 | | - artifacts_retention_days: 0 |
| 8 | + # build-standalone-artifacts: |
| 9 | + # if: github.event.pull_request.draft == false && success() |
| 10 | + # uses: ./.github/workflows/ci-matrix-gen.yml |
| 11 | + # with: |
| 12 | + # jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$ |
| 13 | + # logs_retention_days: 0 |
| 14 | + # artifacts_retention_days: 0 |
15 | 15 |
|
16 | | - run-tests: |
17 | | - if: success() |
18 | | - needs: build-standalone-artifacts |
19 | | - uses: ./.github/workflows/ci-matrix-gen.yml |
20 | | - with: |
21 | | - jobs_to_run: ^(?!python-svm-build|style).*-gate.*$ |
| 16 | + # run-tests: |
| 17 | + # if: success() |
| 18 | + # needs: build-standalone-artifacts |
| 19 | + # uses: ./.github/workflows/ci-matrix-gen.yml |
| 20 | + # with: |
| 21 | + # jobs_to_run: ^(?!python-svm-build|style).*-gate.*$ |
22 | 22 |
|
23 | 23 | post-run: |
24 | | - if: failure() |
25 | | - needs: run-tests |
| 24 | + # if: failure() |
| 25 | + # needs: run-tests |
26 | 26 | runs-on: ubuntu-latest |
27 | 27 | steps: |
28 | 28 | - uses: actions/github-script@v8 |
29 | 29 | with: |
30 | 30 | script: | |
31 | | - const GRAALVMBOT_LOGIN = "graalvmbot" |
| 31 | + const GRAALVMBOT_LOGIN = "Ariouz" |
32 | 32 | var payload = context.payload |
33 | 33 | if (!payload || !payload.number) return ; |
34 | 34 | |
|
42 | 42 | issue_number: payload.number, |
43 | 43 | owner: context.repo.owner, |
44 | 44 | repo: context.repo.repo, |
45 | | - body: `@{assignees[0].login} - One or more CI jobs failed` |
| 45 | + body: `@${assignees[0].login} - One or more CI jobs failed` |
46 | 46 | }) |
0 commit comments