mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Security ci (#8998)
* test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
3704a27a03
commit
a02f1b4072
2
.github/actions/changes/action.yml
vendored
2
.github/actions/changes/action.yml
vendored
@ -56,7 +56,7 @@ runs:
|
||||
source_repo: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
||||
source_branch: ${{ github.event.pull_request.head.ref || github.ref }}
|
||||
pr_number: ${{ github.event.pull_request.number || 'false'}}
|
||||
should_run: ${{ steps.changes.outputs.should_run }}
|
||||
should_run: ${{ github.event.pull_request.number && 'true' || 'false'}}
|
||||
labels: "[${{ join(github.event.pull_request.labels.*.name, ', ') }}]"
|
||||
run_id: ${{ github.run_id }}
|
||||
gradio_version: ${{ steps.gradio_version.outputs.gradio_version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user