mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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.
This commit is contained in:
parent
4bb9aa91eb
commit
2cdafe9106
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run: sh ci/loongarch64-linux-release.sh
|
run: sh ci/loongarch64-linux-release.sh
|
||||||
timeout-minutes: 180
|
timeout-minutes: 180
|
||||||
riscv64-linux-debug:
|
riscv64-linux-debug:
|
||||||
if: github.event_name != 'pull_request'
|
# if: github.event_name != 'pull_request'
|
||||||
runs-on: [self-hosted, riscv64-linux]
|
runs-on: [self-hosted, riscv64-linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
run: sh ci/riscv64-linux-debug.sh
|
run: sh ci/riscv64-linux-debug.sh
|
||||||
timeout-minutes: 420
|
timeout-minutes: 420
|
||||||
riscv64-linux-release:
|
riscv64-linux-release:
|
||||||
if: github.event_name != 'pull_request'
|
# if: github.event_name != 'pull_request'
|
||||||
runs-on: [self-hosted, riscv64-linux]
|
runs-on: [self-hosted, riscv64-linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue