Skip to content

Commit aa00a75

Browse files
committed
Update release.yml
1 parent 1b5496b commit aa00a75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ jobs:
187187

188188
# Release publish - only runs if changesets exist
189189
publish-release:
190-
needs: [unit-tests, e2e-tests]
190+
needs: [unit-tests,
191+
# e2e-tests
192+
]
191193
if: ${{ github.repository_owner == 'cloudflare' }}
192194
runs-on: ubuntu-latest
193195
timeout-minutes: 20

0 commit comments

Comments
 (0)