authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 23:45:40+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 23:45:40+02:00
log2cdafe91065c5d477563361a8fe1f637898ca285
treeabf35407ca914faaf687786a7025baa2a90b2dbf
parent4bb9aa91eb34cc78002ad17ac621ea92bb784429
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

Since it's not currently running on pushes to master, there's plenty of capacity to run it on PRs on the Codeberg side.

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

.forgejo/workflows/ci.yaml+2-2
...@@ -55,7 +55,7 @@ jobs:...@@ -55,7 +55,7 @@ jobs:
55 run: sh ci/loongarch64-linux-release.sh55 run: sh ci/loongarch64-linux-release.sh
56 timeout-minutes: 18056 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: Checkout61 - name: Checkout
...@@ -66,7 +66,7 @@ jobs:...@@ -66,7 +66,7 @@ jobs:
66 run: sh ci/riscv64-linux-debug.sh66 run: sh ci/riscv64-linux-debug.sh
67 timeout-minutes: 42067 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: Checkout72 - name: Checkout