commit a892e09435452f1a0305e976deaf72b5bb53fe27 (tree)
parent d3e20e71be8d94b8c0534d2cb57a1a27c451db9f
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Sat, 22 Nov 2025 03:08:49 +0100
Revert "ci: allow riscv64-linux on Forgejo Actions to run on PRs for now"
This reverts commit 2cdafe91065c5d477563361a8fe1f637898ca285.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
run: sh ci/loongarch64-linux-release.sh
timeout-minutes: 180
riscv64-linux-debug:
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux]
steps:
- name: Checkout
@@ -63,7 +63,7 @@ jobs:
run: sh ci/riscv64-linux-debug.sh
timeout-minutes: 540
riscv64-linux-release:
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux]
steps:
- name: Checkout