Skip to content

Commit

Permalink
need to run cleanup after checkout (#27567)
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton authored and dsolistorres committed Feb 9, 2024
1 parent 8cb46f2 commit 0b51ba8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ 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 All @@ -70,7 +68,8 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ inputs.ref }}

- name: Cleanup
uses: ./.github/actions/cleanup-runner
- name: Restore Docker Context
id: restore-docker-context
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 0b51ba8

Please sign in to comment.