mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
Fix ci cache (#7262)
* fix * fix * fix * format tweaks * add changeset * tweaks * tweaks * tweaks * tweaks * tweaks * tweaks --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
e983c1c80e
commit
f1e1c2083c
1
.github/workflows/deploy+test-visual.yml
vendored
1
.github/workflows/deploy+test-visual.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
source_branch: ${{ steps.changes.outputs.source_branch }}
|
||||
source_repo: ${{ steps.changes.outputs.source_repo }}
|
||||
labels: ${{ steps.changes.outputs.labels }}
|
||||
mergeable: ${{ steps.changes.outputs.mergeable }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
|
1
.github/workflows/test-hygiene.yml
vendored
1
.github/workflows/test-hygiene.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
source_branch: ${{ steps.changes.outputs.source_branch }}
|
||||
source_repo: ${{ steps.changes.outputs.source_repo }}
|
||||
merge_sha: ${{ steps.changes.outputs.merge_sha }}
|
||||
mergeable: ${{ steps.changes.outputs.mergeable }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
|
Loading…
Reference in New Issue
Block a user