File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,10 @@ name: build-and-test-differential
2
2
3
3
on :
4
4
pull_request :
5
- types :
6
- - opened
7
- - synchronize
8
- - labeled
9
5
10
6
jobs :
11
- prevent-no-label-execution :
12
- uses : autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
13
- with :
14
- label : run-build-and-test-differential
15
-
16
7
build-and-test-differential :
17
- needs : prevent-no-label-execution
18
- if : ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
19
- runs-on : [self-hosted, linux, X64]
8
+ runs-on : ubuntu-latest
20
9
container : ${{ matrix.container }}${{ matrix.container-suffix }}
21
10
strategy :
22
11
fail-fast : false
70
59
flags : differential
71
60
72
61
clang-tidy-differential :
73
- runs-on : [self-hosted, linux, X64]
62
+ runs-on : ubuntu-latest
74
63
container : ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
75
64
needs : build-and-test-differential
76
65
steps :
You can’t perform that action at this time.
0 commit comments