Skip to content

Commit

Permalink
use core-common-devel instead
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk committed Mar 7, 2025
1 parent 08d72a8 commit 8e768ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-test-daily:
runs-on: ubuntu-24.04
container: ghcr.io/autowarefoundation/autoware:core-devel
container: ghcr.io/autowarefoundation/autoware:core-common-devel
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
needs: require-label
if: ${{ needs.require-label.outputs.result == 'true' }}
runs-on: ubuntu-24.04
container: ghcr.io/autowarefoundation/autoware:core-devel
container: ghcr.io/autowarefoundation/autoware:core-common-devel
steps:
- name: Set PR fetch depth
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
Expand All @@ -48,7 +48,7 @@ jobs:
clang-tidy-differential:
needs: build-and-test-differential
runs-on: ubuntu-24.04
container: ghcr.io/autowarefoundation/autoware:core-devel
container: ghcr.io/autowarefoundation/autoware:core-common-devel
steps:
- name: Set PR fetch depth
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-and-test:
runs-on: ubuntu-24.04
container: ghcr.io/autowarefoundation/autoware:core-devel
container: ghcr.io/autowarefoundation/autoware:core-common-devel
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e768ef

Please sign in to comment.