Skip to content

Commit d3700ca

Browse files
authored
Temporarily make prod integration tests optional for the release (#1545)
2 parents 7e66a04 + 449958c commit d3700ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
test-env: 'prod'
3838
secrets: inherit
3939
build:
40-
needs: ['test-prod']
40+
# needs: ['test-prod']
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)