File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
label : tag:run-build-and-test-differential
24
24
25
+ make-sure-require-cuda-label-is-present :
26
+ uses : autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
27
+ with :
28
+ label : tag:require-cuda-build-and-test
29
+
25
30
build-and-test-differential :
26
- needs : make-sure-label-is-present
31
+ needs : [ make-sure-label-is-present, make-sure-require-cuda-label-is-present]
27
32
if : ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
28
33
runs-on : ${{ matrix.runner }}
29
34
container : ${{ matrix.container }}${{ matrix.container-suffix }}
57
62
fetch-depth : ${{ env.PR_FETCH_DEPTH }}
58
63
59
64
- name : Run build-and-test-differential action
65
+ if : ${{ !(matrix.container-suffix == '-cuda') || needs.make-sure-require-cuda-label-is-present.outputs.result == 'true' }}
60
66
uses : ./.github/actions/build-and-test-differential
61
67
with :
62
68
rosdistro : ${{ matrix.rosdistro }}
You can’t perform that action at this time.
0 commit comments