Skip to content

Commit b94d659

Browse files
author
Justin Kimbrell
committed
ci: fix workflow
1 parent 342581a commit b94d659

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
release:
1010
name: Publish Packages
1111
runs-on: ubuntu-latest
12-
# This job should only run after the build/deploy job, but it does NOT depend on 'deploy' succeeding
13-
# as the Changesets PR is created even if deploy fails. It should depend on 'build'.
14-
needs: build
1512

1613
# 🚨 CRITICAL: Grant the necessary permissions for git operations (commit/PR creation)
1714
permissions:

0 commit comments

Comments
 (0)