| ... | ... | @@ -1,11 +1,6 @@ |
| 1 | 1 | name: ci |
| 2 | 2 | on: |
| 3 | 3 | pull_request: |
| 4 | | types: |
| 5 | | - labeled |
| 6 | | - opened |
| 7 | | - reopened |
| 8 | | - synchronize |
| 9 | 4 | push: |
| 10 | 5 | branches: |
| 11 | 6 | - master |
| ... | ... | @@ -56,7 +51,7 @@ jobs: |
| 56 | 51 | - name: Build and Test |
| 57 | 52 | run: sh ci/aarch64-linux-release.sh |
| 58 | 53 | riscv64-linux-debug: |
| 59 | | if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux') |
| 54 | if: github.event_name == 'push' |
| 60 | 55 | timeout-minutes: 420 |
| 61 | 56 | runs-on: [self-hosted, Linux, riscv64] |
| 62 | 57 | steps: |
| ... | ... | @@ -65,7 +60,7 @@ jobs: |
| 65 | 60 | - name: Build and Test |
| 66 | 61 | run: sh ci/riscv64-linux-debug.sh |
| 67 | 62 | riscv64-linux-release: |
| 68 | | if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux') |
| 63 | if: github.event_name == 'push' |
| 69 | 64 | timeout-minutes: 420 |
| 70 | 65 | runs-on: [self-hosted, Linux, riscv64] |
| 71 | 66 | steps: |