Skip to content

Commit

Permalink
[skip tests] Cleanup task should also depends on a publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Feb 14, 2023
1 parent 060ae5b commit 5d49697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
cleanup:
if: always()
runs-on: ubuntu-latest
needs: docs
needs: [publish, docs]
steps:
- uses: geekyeggo/delete-artifact@v2
with:
Expand Down

0 comments on commit 5d49697

Please sign in to comment.