mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "ci: run riscv64-linux jobs if ci-riscv64-linux label is applied"
This reverts commit 8101104db0.
This commit is contained in:
parent
8101104db0
commit
ac3229a435
1 changed files with 2 additions and 7 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -1,11 +1,6 @@
|
||||||
name: ci
|
name: ci
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
|
||||||
- labeled
|
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
@ -56,7 +51,7 @@ jobs:
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/aarch64-linux-release.sh
|
run: sh ci/aarch64-linux-release.sh
|
||||||
riscv64-linux-debug:
|
riscv64-linux-debug:
|
||||||
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')
|
if: github.event_name == 'push'
|
||||||
timeout-minutes: 420
|
timeout-minutes: 420
|
||||||
runs-on: [self-hosted, Linux, riscv64]
|
runs-on: [self-hosted, Linux, riscv64]
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -65,7 +60,7 @@ jobs:
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/riscv64-linux-debug.sh
|
run: sh ci/riscv64-linux-debug.sh
|
||||||
riscv64-linux-release:
|
riscv64-linux-release:
|
||||||
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')
|
if: github.event_name == 'push'
|
||||||
timeout-minutes: 420
|
timeout-minutes: 420
|
||||||
runs-on: [self-hosted, Linux, riscv64]
|
runs-on: [self-hosted, Linux, riscv64]
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue