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