Ci statuses (#9034)

* fix

* asd

* asd

* asd

* asd
This commit is contained in:
pngwn 2024-08-06 17:39:49 +01:00 committed by GitHub
parent da7c7d899c
commit 63bb64489a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: