We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e20e7 commit a892e09Copy full SHA for a892e09
.forgejo/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: sh ci/loongarch64-linux-release.sh
53
timeout-minutes: 180
54
riscv64-linux-debug:
55
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
56
runs-on: [self-hosted, riscv64-linux]
57
steps:
58
- name: Checkout
@@ -63,7 +63,7 @@ jobs:
63
run: sh ci/riscv64-linux-debug.sh
64
timeout-minutes: 540
65
riscv64-linux-release:
66
67
68
69
0 commit comments