authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:05:20+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:05:20+02:00
logac3229a43573c14d619a16eb055f6bf05f580636
tree8ef542e4e9b9416da4d9727d51479a1835629eb4
parent8101104db0bdc7edeb07d91ab758c8a8d0861061
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: run riscv64-linux jobs if ci-riscv64-linux label is applied"

This reverts commit 8101104db0bdc7edeb07d91ab758c8a8d0861061.

1 files changed, 2 insertions(+), 7 deletions(-)

.github/workflows/ci.yaml+2-7
...@@ -1,11 +1,6 @@...@@ -1,11 +1,6 @@
1name: ci1name: ci
2on:2on:
3 pull_request:3 pull_request:
4 types:
5 - labeled
6 - opened
7 - reopened
8 - synchronize
9 push:4 push:
10 branches:5 branches:
11 - master6 - master
...@@ -56,7 +51,7 @@ jobs:...@@ -56,7 +51,7 @@ jobs:
56 - name: Build and Test51 - name: Build and Test
57 run: sh ci/aarch64-linux-release.sh52 run: sh ci/aarch64-linux-release.sh
58 riscv64-linux-debug:53 riscv64-linux-debug:
59 if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')54 if: github.event_name == 'push'
60 timeout-minutes: 42055 timeout-minutes: 420
61 runs-on: [self-hosted, Linux, riscv64]56 runs-on: [self-hosted, Linux, riscv64]
62 steps:57 steps:
...@@ -65,7 +60,7 @@ jobs:...@@ -65,7 +60,7 @@ jobs:
65 - name: Build and Test60 - name: Build and Test
66 run: sh ci/riscv64-linux-debug.sh61 run: sh ci/riscv64-linux-debug.sh
67 riscv64-linux-release:62 riscv64-linux-release:
68 if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')63 if: github.event_name == 'push'
69 timeout-minutes: 42064 timeout-minutes: 420
70 runs-on: [self-hosted, Linux, riscv64]65 runs-on: [self-hosted, Linux, riscv64]
71 steps:66 steps: