mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
ci: run riscv64-linux on any non-PR Forgejo Actions event, including workflow_dispatch
This commit is contained in:
parent
bd9098e285
commit
d57f1b1572
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
run: sh ci/loongarch64-linux-release.sh
|
||||
timeout-minutes: 180
|
||||
riscv64-linux-debug:
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: [self-hosted, riscv64-linux]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
run: sh ci/riscv64-linux-debug.sh
|
||||
timeout-minutes: 420
|
||||
riscv64-linux-release:
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: [self-hosted, riscv64-linux]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue