Skip to content

Commit e2d82b6

Browse files
authored
Revert "ci(build-and-test-differential): remove prevent-no-label-execution (#…"
This reverts commit 76cc954.
1 parent 0d10e81 commit e2d82b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

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

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

610
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+
716
build-and-test-differential:
17+
needs: prevent-no-label-execution
18+
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
819
runs-on: ubuntu-latest
920
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1021
strategy:

0 commit comments

Comments
 (0)