Skip to content

Commit 10759df

Browse files
committed
remove label check
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 83e7561 commit 10759df

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
with:
2323
label: tag:run-build-and-test-differential
2424

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-
3025
build-and-test-differential:
31-
needs: [make-sure-label-is-present, make-sure-require-cuda-label-is-present]
26+
needs: make-sure-label-is-present
3227
if: ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
3328
runs-on: ubuntu-24.04
3429
container: ghcr.io/autowarefoundation/autoware:core-devel
@@ -89,7 +84,7 @@ jobs:
8984
target-files: ${{ steps.get-changed-files.outputs.changed-files }}
9085
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy-ci
9186
build-depends-repos: build_depends.repos
92-
cache-key-element: cuda
87+
cache-key-element: nocuda
9388

9489
- name: Show disk space after the tasks
9590
run: df -h

0 commit comments

Comments
 (0)