File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
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 :
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ plugins:
55
55
regex :
56
56
- ^(?!(.*/)?assets/).*\.(?!(.*\.)?md|(.*\.)?svg|(.*\.)?png|(.*\.)?gif|(.*\.)?jpg).*$
57
57
- ^(.*/)?[^.]*$
58
- - macros :
59
- module_name : mkdocs_macros
58
+ - macros
60
59
- mkdocs-video
61
60
- same-dir
62
61
- search
You can’t perform that action at this time.
0 commit comments