| ... | @@ -55,7 +55,7 @@ jobs: | ... | @@ -55,7 +55,7 @@ jobs: |
| 55 | run: sh ci/loongarch64-linux-release.sh | 55 | run: sh ci/loongarch64-linux-release.sh |
| 56 | timeout-minutes: 180 | 56 | timeout-minutes: 180 |
| 57 | riscv64-linux-debug: | 57 | riscv64-linux-debug: |
| 58 | if: github.event_name != 'pull_request' | 58 | # if: github.event_name != 'pull_request' |
| 59 | runs-on: [self-hosted, riscv64-linux] | 59 | runs-on: [self-hosted, riscv64-linux] |
| 60 | steps: | 60 | steps: |
| 61 | - name: Checkout | 61 | - name: Checkout |
| ... | @@ -66,7 +66,7 @@ jobs: | ... | @@ -66,7 +66,7 @@ jobs: |
| 66 | run: sh ci/riscv64-linux-debug.sh | 66 | run: sh ci/riscv64-linux-debug.sh |
| 67 | timeout-minutes: 420 | 67 | timeout-minutes: 420 |
| 68 | riscv64-linux-release: | 68 | riscv64-linux-release: |
| 69 | if: github.event_name != 'pull_request' | 69 | # if: github.event_name != 'pull_request' |
| 70 | runs-on: [self-hosted, riscv64-linux] | 70 | runs-on: [self-hosted, riscv64-linux] |
| 71 | steps: | 71 | steps: |
| 72 | - name: Checkout | 72 | - name: Checkout |