Skip to content

Commit 76cc954

Browse files
authored
ci(build-and-test-differential): remove prevent-no-label-execution (#6292)
Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 64799b6 commit 76cc954

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-and-test-differential.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@ name: build-and-test-differential
22

33
on:
44
pull_request:
5-
types:
6-
- opened
7-
- synchronize
8-
- labeled
95

106
jobs:
11-
prevent-no-label-execution:
12-
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
13-
with:
14-
label: tag:run-build-and-test-differential
15-
167
build-and-test-differential:
17-
needs: prevent-no-label-execution
18-
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
198
runs-on: ubuntu-latest
209
container: ${{ matrix.container }}${{ matrix.container-suffix }}
2110
strategy:

0 commit comments

Comments
 (0)