Skip to content

Commit 760d6a6

Browse files
committed
chore: update release-please job dependencies to only require build
1 parent dac13d0 commit 760d6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
release-please:
107107
name: Release Please
108108
runs-on: ubuntu-latest
109-
needs: [lint, type-check, test, integration, build]
109+
needs: [build]
110110
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
111111
permissions:
112112
contents: write

0 commit comments

Comments
 (0)