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:...@@ -52,7 +52,7 @@ jobs:
52 run: sh ci/loongarch64-linux-release.sh52 run: sh ci/loongarch64-linux-release.sh
53 timeout-minutes: 18053 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: Checkout58 - name: Checkout
...@@ -63,7 +63,7 @@ jobs:...@@ -63,7 +63,7 @@ jobs:
63 run: sh ci/riscv64-linux-debug.sh63 run: sh ci/riscv64-linux-debug.sh
64 timeout-minutes: 54064 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: Checkout69 - name: Checkout