Skip to content

Commit 33f2541

Browse files
authored
chore: sync files
Signed-off-by: GitHub <noreply@github.com>
1 parent f2ffc66 commit 33f2541

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

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

+2-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,10 @@ 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: 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' }}
19-
runs-on: [self-hosted, linux, X64]
8+
runs-on: ubuntu-latest
209
container: ${{ matrix.container }}${{ matrix.container-suffix }}
2110
strategy:
2211
fail-fast: false
@@ -70,7 +59,7 @@ jobs:
7059
flags: differential
7160

7261
clang-tidy-differential:
73-
runs-on: [self-hosted, linux, X64]
62+
runs-on: ubuntu-latest
7463
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
7564
needs: build-and-test-differential
7665
steps:

mkdocs.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ plugins:
5555
regex:
5656
- ^(?!(.*/)?assets/).*\.(?!(.*\.)?md|(.*\.)?svg|(.*\.)?png|(.*\.)?gif|(.*\.)?jpg).*$
5757
- ^(.*/)?[^.]*$
58-
- macros:
59-
module_name: mkdocs_macros
58+
- macros
6059
- mkdocs-video
6160
- same-dir
6261
- search

0 commit comments

Comments
 (0)