mirror of
https://github.com/jimeh/undent.git
synced 2026-02-19 03:56:38 +00:00
ci: release depends on lint, tidy and test
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
auto-push: true
|
||||
|
||||
release-please:
|
||||
needs: [test]
|
||||
needs: [lint, tidy, test]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user