We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66751 commit 78ce78bCopy full SHA for 78ce78b
.github/workflows/tests.yaml
@@ -218,7 +218,7 @@ jobs:
218
219
codecov:
220
runs-on: ubuntu-latest
221
- environment: ${{ github.event_name == 'pull_request' && 'approval' || '' }}
+ environment: ${{ github.event_name == 'pull_request' && 'approval' || null }}
222
needs: [linux, pydantic-v1, without-pyyaml]
223
steps:
224
- uses: actions/checkout@v4
@@ -238,7 +238,7 @@ jobs:
238
239
sonarcloud:
240
241
242
243
244
0 commit comments