Skip to content

Commit ac3229a

Browse files
committed
Revert "ci: run riscv64-linux jobs if ci-riscv64-linux label is applied"
This reverts commit 8101104.
1 parent 8101104 commit ac3229a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: ci
22
on:
33
pull_request:
4-
types:
5-
- labeled
6-
- opened
7-
- reopened
8-
- synchronize
94
push:
105
branches:
116
- master
@@ -56,7 +51,7 @@ jobs:
5651
- name: Build and Test
5752
run: sh ci/aarch64-linux-release.sh
5853
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'
6055
timeout-minutes: 420
6156
runs-on: [self-hosted, Linux, riscv64]
6257
steps:
@@ -65,7 +60,7 @@ jobs:
6560
- name: Build and Test
6661
run: sh ci/riscv64-linux-debug.sh
6762
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'
6964
timeout-minutes: 420
7065
runs-on: [self-hosted, Linux, riscv64]
7166
steps:

0 commit comments

Comments
 (0)