Skip to content

Commit 3c047e0

Browse files
authored
chore: sync files
Signed-off-by: GitHub <noreply@github.com>
1 parent 01cea10 commit 3c047e0

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
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:

0 commit comments

Comments
 (0)