Skip to content

Commit

Permalink
revert free disk
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jul 4, 2024
1 parent 674a17f commit a32a4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-build-and-push-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- name: Free disk space
uses: ./.github/actions/free-disk-space


- name: Build 'Autoware'
uses: ./.github/actions/docker-build-and-push
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Build 'Autoware'
uses: ./.github/actions/docker-build-and-push
with:
Expand Down

0 comments on commit a32a4c2

Please sign in to comment.