| ... | @@ -52,7 +52,7 @@ jobs: | ... | @@ -52,7 +52,7 @@ jobs: |
| 52 | run: sh ci/loongarch64-linux-release.sh | 52 | run: sh ci/loongarch64-linux-release.sh |
| 53 | timeout-minutes: 180 | 53 | timeout-minutes: 180 |
| 54 | riscv64-linux-debug: | 54 | riscv64-linux-debug: |
| 55 | # if: github.event_name != 'pull_request' | 55 | if: github.event_name != 'pull_request' |
| 56 | runs-on: [self-hosted, riscv64-linux] | 56 | runs-on: [self-hosted, riscv64-linux] |
| 57 | steps: | 57 | steps: |
| 58 | - name: Checkout | 58 | - name: Checkout |
| ... | @@ -63,7 +63,7 @@ jobs: | ... | @@ -63,7 +63,7 @@ jobs: |
| 63 | run: sh ci/riscv64-linux-debug.sh | 63 | run: sh ci/riscv64-linux-debug.sh |
| 64 | timeout-minutes: 540 | 64 | timeout-minutes: 540 |
| 65 | riscv64-linux-release: | 65 | riscv64-linux-release: |
| 66 | # if: github.event_name != 'pull_request' | 66 | if: github.event_name != 'pull_request' |
| 67 | runs-on: [self-hosted, riscv64-linux] | 67 | runs-on: [self-hosted, riscv64-linux] |
| 68 | steps: | 68 | steps: |
| 69 | - name: Checkout | 69 | - name: Checkout |