Skip to content

Commit ce04f99

Browse files
authored
Remove "INCLUDE_NOT_READY_PROVIDERS" from publishing to s3 (#51765)
The workflow to publish to S3 had for some reason INCLUDE_NOT_READY_PROVIDERS set to true which caused it to fail.
1 parent d97c2ac commit ce04f99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-docs-to-s3.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
GITHUB_REPOSITORY: ${{ github.repository }}
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
GITHUB_USERNAME: ${{ github.actor }}
120-
INCLUDE_NOT_READY_PROVIDERS: "true"
121120
INCLUDE_SUCCESS_OUTPUTS: false
122121
PYTHON_MAJOR_MINOR_VERSION: 3.9
123122
VERBOSE: "true"
@@ -187,7 +186,6 @@ jobs:
187186
GITHUB_REPOSITORY: ${{ github.repository }}
188187
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189188
GITHUB_USERNAME: ${{ github.actor }}
190-
INCLUDE_NOT_READY_PROVIDERS: "true"
191189
INCLUDE_SUCCESS_OUTPUTS: false
192190
PYTHON_MAJOR_MINOR_VERSION: 3.9
193191
VERBOSE: "true"

0 commit comments

Comments
 (0)