From d57f1b157241f629b08c61deff5b1635b61bf123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 1 Oct 2025 13:36:18 +0200 Subject: [PATCH] ci: run riscv64-linux on any non-PR Forgejo Actions event, including workflow_dispatch --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index fbcbcadfbd..0b172ffd3f 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: run: sh ci/loongarch64-linux-release.sh timeout-minutes: 180 riscv64-linux-debug: - if: github.event_name == 'push' + if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] steps: - name: Checkout @@ -66,7 +66,7 @@ jobs: run: sh ci/riscv64-linux-debug.sh timeout-minutes: 420 riscv64-linux-release: - if: github.event_name == 'push' + if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] steps: - name: Checkout