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.
2 parents 5d53da0 + 6931e82 commit 4b270c0Copy full SHA for 4b270c0
.github/workflows/test-pr.yml
@@ -33,10 +33,15 @@ jobs:
33
secrets: inherit
34
35
publish_charts:
36
+ needs: [fail_on_remote]
37
uses: ./.github/workflows/build-push-charts.yml
38
with:
39
ref: ${{ github.sha }}
40
41
+ permissions:
42
+ # Explicit permissions are required for
43
+ # PRs created by dependabot user
44
+ contents: write
45
46
chart_validation:
47
needs: [publish_images]
scripts/perf-test/requirements.txt
@@ -4,7 +4,7 @@ charset-normalizer==3.3.2
4
filelock==3.13.3
5
fsspec==2024.3.1
6
gradio_client==0.15.0
7
-h11==0.14.0
+h11==0.16.0
8
httpcore==1.0.5
9
httpx==0.27.0
10
huggingface-hub==0.22.2
0 commit comments