Skip to content

Commit a892e09

Browse files
committed
Revert "ci: allow riscv64-linux on Forgejo Actions to run on PRs for now"
This reverts commit 2cdafe9.
1 parent d3e20e7 commit a892e09

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
@@ -52,7 +52,7 @@ jobs:
5252
run: sh ci/loongarch64-linux-release.sh
5353
timeout-minutes: 180
5454
riscv64-linux-debug:
55-
# if: github.event_name != 'pull_request'
55+
if: github.event_name != 'pull_request'
5656
runs-on: [self-hosted, riscv64-linux]
5757
steps:
5858
- name: Checkout
@@ -63,7 +63,7 @@ jobs:
6363
run: sh ci/riscv64-linux-debug.sh
6464
timeout-minutes: 540
6565
riscv64-linux-release:
66-
# if: github.event_name != 'pull_request'
66+
if: github.event_name != 'pull_request'
6767
runs-on: [self-hosted, riscv64-linux]
6868
steps:
6969
- name: Checkout

0 commit comments

Comments
 (0)