authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 13:36:18+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 13:36:18+02:00
logd57f1b157241f629b08c61deff5b1635b61bf123
tree77cd95af9d5da3363a262bec24469b1f86b96611
parentbd9098e285966fdcdad92d56e5b629ae73e50ffc
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: run riscv64-linux on any non-PR Forgejo Actions event, including workflow_dispatch


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

.forgejo/workflows/ci.yaml+2-2
......@@ -55,7 +55,7 @@ jobs:
5555 run: sh ci/loongarch64-linux-release.sh
5656 timeout-minutes: 180
5757 riscv64-linux-debug:
58 if: github.event_name == 'push'
58 if: github.event_name != 'pull_request'
5959 runs-on: [self-hosted, riscv64-linux]
6060 steps:
6161 - name: Checkout
......@@ -66,7 +66,7 @@ jobs:
6666 run: sh ci/riscv64-linux-debug.sh
6767 timeout-minutes: 420
6868 riscv64-linux-release:
69 if: github.event_name == 'push'
69 if: github.event_name != 'pull_request'
7070 runs-on: [self-hosted, riscv64-linux]
7171 steps:
7272 - name: Checkout