Skip to content

Commit 2cdafe9

Browse files
committed
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 parent 4bb9aa9 commit 2cdafe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.forgejo/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 != 'pull_request'
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 != 'pull_request'
69+
# if: github.event_name != 'pull_request'
7070
runs-on: [self-hosted, riscv64-linux]
7171
steps:
7272
- name: Checkout

0 commit comments

Comments
 (0)