improve visual ci config (#7275)

* fix

* fix
This commit is contained in:
pngwn 2024-02-01 20:09:01 +00:00 committed by GitHub
parent d901b7c807
commit 59c50811fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 14 deletions

View File

@ -148,4 +148,4 @@ runs:
type: ${{ inputs.type }}
init: true
mergeable: ${{ steps.pr.outputs.source_branch == 'main' || steps.pr.outputs.mergeable }}
commit_status: ${{ inputs.commit_status }}
commit_status: ${{ inputs.type == 'visual' && steps.should_run.outputs.should_run == 'false' || inputs.commit_status }}

View File

@ -86,18 +86,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
onlyChanged: true
exitOnceUploaded: true
- name: do check
if: always()
uses: "gradio-app/github/actions/commit-status@main"
with:
type: "visual"
token: ${{ secrets.GITHUB_TOKEN }}
pr: ${{ needs.changes.outputs.pr_number }}
sha: ${{ needs.changes.outputs.sha }}
name: "test / visual"
result: ${{ job.status }}
job_id: "test-visual"
url: ${{ steps.publish-chromatic.outputs.buildUrl }}
comment-chromatic-end:
uses: "./.github/workflows/comment-queue.yml"

View File

@ -74,4 +74,4 @@ jobs:
- name: trigger spaces deploy workflow
env:
GITHUB_TOKEN: ${{ secrets.COMMENT_TOKEN }}
run: gh workflow run build-pr.yml
run: gh workflow run deploy-spaces.yml