Skip to content

Commit

Permalink
chore: test fetch-base-branch-for-modified-package branch
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
HansRobo committed Jun 11, 2024
1 parent 0808eb1 commit 73d57be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Show disk space before the tasks
run: df -h
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@v1
uses: autowarefoundation/autoware-github-actions/get-modified-packages@fetch-base-branch-for-modified-package

- name: Build
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
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 @@ -34,7 +34,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Show disk space before the tasks
run: df -h
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@v1
uses: autowarefoundation/autoware-github-actions/get-modified-packages@fetch-base-branch-for-modified-package

- name: Build
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
Expand Down

0 comments on commit 73d57be

Please sign in to comment.