mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
parent
d901b7c807
commit
59c50811fb
2
.github/actions/changes/action.yml
vendored
2
.github/actions/changes/action.yml
vendored
@ -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 }}
|
||||
|
12
.github/workflows/deploy+test-visual.yml
vendored
12
.github/workflows/deploy+test-visual.yml
vendored
@ -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"
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user