Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 12, 2023
1 parent 6d6109f commit 5944c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dump-disk-info/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Dump disk space info
description: Help debug running out of disk space on github CI
runs:
using: "composite"
if: ${{ runner.os == 'Linux' }}
steps:
- name: Collect disk info
# Unfortunately current syntax for github wrapper actions only work for
Expand All @@ -13,6 +12,7 @@ runs:
# is run and after the job is run regardless if the job succeeds or
# fails.
uses: pyTooling/Actions/with-post-step@v0.4.5
if: ${{ runner.os == 'Linux' }}
with:
main: |-
exec ./scripts/dump_diskspace_info.sh
Expand Down

0 comments on commit 5944c61

Please sign in to comment.