authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-22 03:08:49+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-22 03:08:49+01:00
loga892e09435452f1a0305e976deaf72b5bb53fe27
treeea9e8a2419b4fbe3a7dba1bc0baa81820084d194
parentd3e20e71be8d94b8c0534d2cb57a1a27c451db9f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: allow riscv64-linux on Forgejo Actions to run on PRs for now"

This reverts commit 2cdafe91065c5d477563361a8fe1f637898ca285.

1 files changed, 2 insertions(+), 2 deletions(-)

.forgejo/workflows/ci.yaml+2-2
......@@ -52,7 +52,7 @@ jobs:
5252 run: sh ci/loongarch64-linux-release.sh
5353 timeout-minutes: 180
5454 riscv64-linux-debug:
55 # if: github.event_name != 'pull_request'
55 if: github.event_name != 'pull_request'
5656 runs-on: [self-hosted, riscv64-linux]
5757 steps:
5858 - name: Checkout
......@@ -63,7 +63,7 @@ jobs:
6363 run: sh ci/riscv64-linux-debug.sh
6464 timeout-minutes: 540
6565 riscv64-linux-release:
66 # if: github.event_name != 'pull_request'
66 if: github.event_name != 'pull_request'
6767 runs-on: [self-hosted, riscv64-linux]
6868 steps:
6969 - name: Checkout