From 5944c610095fcd9936c24413e06adf6246e8349d Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Thu, 12 Oct 2023 13:51:13 +0000 Subject: [PATCH] quick fix --- .github/actions/dump-disk-info/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dump-disk-info/action.yaml b/.github/actions/dump-disk-info/action.yaml index c3cee7ad25617e..1f6474e54c4656 100644 --- a/.github/actions/dump-disk-info/action.yaml +++ b/.github/actions/dump-disk-info/action.yaml @@ -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 @@ -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