diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index d2b35dd22f..55168cab5f 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -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 diff --git a/.github/workflows/update-checks.yml b/.github/workflows/update-checks.yml index fe003de1a0..310bcd8c72 100644 --- a/.github/workflows/update-checks.yml +++ b/.github/workflows/update-checks.yml @@ -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: