Skip to content

Commit

Permalink
.github: run cleanup *after* taking inventory
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 28, 2024
1 parent 1b1ca20 commit a9458f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
echo "Available containers: ========================================================="
docker ps -a
cleanup:
runs-on: ubuntu-latest
if: ${{ inputs.cleanup }}
needs: inventory
runs-on: ubuntu-latest
steps:
- name: Cleaning up cruft ...
run: |
Expand Down

0 comments on commit a9458f7

Please sign in to comment.