mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
asd (#9027)
This commit is contained in:
parent
5523b33736
commit
1f56bcab8d
4
.github/workflows/previews-build.yml
vendored
4
.github/workflows/previews-build.yml
vendored
@ -31,8 +31,8 @@ jobs:
|
||||
with:
|
||||
filter: "visual"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test:
|
||||
name: test
|
||||
build:
|
||||
name: "previews-build"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
1
.github/workflows/previews-deploy.yml
vendored
1
.github/workflows/previews-deploy.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
pr_number: ${{ needs.changes.outputs.pr_number }}
|
||||
message: spaces~pending~null
|
||||
deploy:
|
||||
name: "previews-deploy"
|
||||
environment: deploy_spaces
|
||||
outputs:
|
||||
space_url: ${{ steps.upload-demo.outputs.SPACE_URL }}
|
||||
|
4
.github/workflows/storybook-build.yml
vendored
4
.github/workflows/storybook-build.yml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
with:
|
||||
filter: "visual"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test:
|
||||
name: test
|
||||
build:
|
||||
name: :storybook-build
|
||||
runs-on: ubuntu-22.04
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
2
.github/workflows/storybook-deploy.yml
vendored
2
.github/workflows/storybook-deploy.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
run_id: ${{ needs.changes.outputs.run_id }}
|
||||
deploy:
|
||||
environment: storybook
|
||||
name: "deploy"
|
||||
name: "storybook-deploy"
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.should_run == 'true' && github.repository == 'gradio-app/gradio' && !contains(needs.changes.outputs.labels, 'no-visual-update') }}
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/test-functional.yml
vendored
2
.github/workflows/test-functional.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
filter: "functional"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test:
|
||||
name: "test"
|
||||
name: "functional-test"
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
2
.github/workflows/test-hygiene.yml
vendored
2
.github/workflows/test-hygiene.yml
vendored
@ -13,7 +13,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: "test"
|
||||
name: "hygiene-test"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
2
.github/workflows/tests-js.yml
vendored
2
.github/workflows/tests-js.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
filter: "js"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test:
|
||||
name: test
|
||||
name: js-test
|
||||
runs-on: ubuntu-22.04
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
3
.github/workflows/update-checks.yml
vendored
3
.github/workflows/update-checks.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "storybook-deploy"
|
||||
name: "update-checks"
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
@ -39,7 +39,6 @@ jobs:
|
||||
environment: commit_status
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'false'
|
||||
steps:
|
||||
- name: set check name
|
||||
id: set_check_name
|
||||
|
2
.github/workflows/website-build.yml
vendored
2
.github/workflows/website-build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
filter: "website"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
build:
|
||||
name: build
|
||||
name: "website-build"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
2
.github/workflows/website-deploy.yml
vendored
2
.github/workflows/website-deploy.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
message: website~pending~null
|
||||
deploy:
|
||||
environment: deploy_website
|
||||
name: "deploy"
|
||||
name: "website-deploy"
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user