Skip to content

Commit e92c01a

Browse files
committed
fix(CI): only run image prune after build job
1 parent b26c4a4 commit e92c01a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
password: ${{ secrets.GITHUB_TOKEN }}
173173

174174
prune-registry:
175+
needs: build
175176
if: ${{ github.ref == 'refs/heads/main' }}
176177
runs-on: ubuntu-latest
177178
permissions:

0 commit comments

Comments
 (0)