diff --git a/.github/workflows/build-and-test-cuda.yaml b/.github/workflows/build-and-test-cuda.yaml index 875c41f8687c5..7816a65894720 100644 --- a/.github/workflows/build-and-test-cuda.yaml +++ b/.github/workflows/build-and-test-cuda.yaml @@ -22,6 +22,9 @@ jobs: container: ghcr.io/autowarefoundation/autoware:latest-prebuilt build-depends-repos: build_depends.repos steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Build and Test uses: ./.github/actions/build-and-test-action with: diff --git a/.github/workflows/build-and-test-daily-arm64.yaml b/.github/workflows/build-and-test-daily-arm64.yaml index 144117f252715..c221229004b13 100644 --- a/.github/workflows/build-and-test-daily-arm64.yaml +++ b/.github/workflows/build-and-test-daily-arm64.yaml @@ -23,6 +23,9 @@ jobs: container: ghcr.io/autowarefoundation/autoware:latest-prebuilt build-depends-repos: build_depends.repos steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Build and Test uses: ./.github/actions/build-and-test-action with: diff --git a/.github/workflows/build-and-test-daily.yaml b/.github/workflows/build-and-test-daily.yaml index ff1a4ce194527..0bf050c1e5a55 100644 --- a/.github/workflows/build-and-test-daily.yaml +++ b/.github/workflows/build-and-test-daily.yaml @@ -23,6 +23,9 @@ jobs: container: ghcr.io/autowarefoundation/autoware:latest-prebuilt build-depends-repos: build_depends.repos steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Build and Test uses: ./.github/actions/build-and-test-action with: