From ca1a517aaaa96265e762f38f3900d364f057b76d Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome Date: Wed, 25 Dec 2024 05:22:26 +0900 Subject: [PATCH] fix Signed-off-by: Ryohsuke Mitsudome --- .github/workflows/build-test-tidy-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-tidy-pr.yaml b/.github/workflows/build-test-tidy-pr.yaml index 6b02c4816a048..db1c0a2bb2b07 100644 --- a/.github/workflows/build-test-tidy-pr.yaml +++ b/.github/workflows/build-test-tidy-pr.yaml @@ -54,7 +54,7 @@ jobs: with: container: ghcr.io/autowarefoundation/autoware:universe-devel container-suffix: -cuda - skip: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }} + run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }} secrets: codecov-token: ${{ secrets.CODECOV_TOKEN }}