Skip to content

Commit f8086e8

Browse files
ci: don't require azure tests to pass for release (#1533)
1 parent ef3fd2c commit f8086e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510

511511
pre-release:
512512
name: Pre-Release
513-
needs: [test, azure-sql-auth, azure-ad-auth, azure-ad-service-principal-auth]
513+
needs: [test, test-windows]
514514
if: ${{ github.event_name == 'push' }}
515515
runs-on: ubuntu-latest
516516

0 commit comments

Comments
 (0)