mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Revert "ci: allow riscv64-linux on Forgejo Actions to run on PRs for now"
This reverts commit 2cdafe91065c5d477563361a8fe1f637898ca285.
This commit is contained in:
parent
d3e20e71be
commit
a892e09435
@ -52,7 +52,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
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
run: sh ci/riscv64-linux-debug.sh
|
run: sh ci/riscv64-linux-debug.sh
|
||||||
timeout-minutes: 540
|
timeout-minutes: 540
|
||||||
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…
x
Reference in New Issue
Block a user