mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
parent
da7c7d899c
commit
63bb64489a
2
.github/workflows/storybook-deploy.yml
vendored
2
.github/workflows/storybook-deploy.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
with:
|
||||
sha: ${{ needs.changes.outputs.sha }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: "storybook"
|
||||
name: "UI Tests"
|
||||
run_id: ${{ needs.changes.outputs.run_id }}
|
||||
deploy:
|
||||
environment: storybook
|
||||
|
4
.github/workflows/update-checks.yml
vendored
4
.github/workflows/update-checks.yml
vendored
@ -43,13 +43,13 @@ jobs:
|
||||
steps:
|
||||
- name: set js check name
|
||||
if: github.event.workflow_run.name == 'js'
|
||||
run: echo "check_name=js-test" >> $GITHUB_ENV
|
||||
run: echo "CHECK_NAME=js / js-test" >> $GITHUB_ENV
|
||||
- name: set python check name
|
||||
if: github.event.workflow_run.name == 'python'
|
||||
run: echo "CHECK_NAME=test-ubuntu-latest-not-flaky" >> $GITHUB_ENV
|
||||
- name: set functional check name
|
||||
if: github.event.workflow_run.name == 'functional'
|
||||
run: echo "CHECK_NAME=functional-test" >> $GITHUB_ENV
|
||||
run: echo "CHECK_NAME=functional / functional-test" >> $GITHUB_ENV
|
||||
- name: update status
|
||||
uses: gradio-app/github/actions/set-commit-status@main
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user