Skip to content

Commit

Permalink
need to cleanup runner due to out of disk space (#27566)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton authored Feb 8, 2024
1 parent 1e4a957 commit 9504c9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: ./.github/actions/cleanup-runner
-
name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
version: ${{ steps.set-common-vars.outputs.version }}
if: success()
steps:
- name: Cleanup
uses: ./.github/actions/cleanup-runner
- run: echo 'GitHub context'
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down

0 comments on commit 9504c9d

Please sign in to comment.