PullRequest CI Run: use pull_request_target to allow the CI Dashboard to work (#4277)

'_target' allows secrets to pass through, and we're just using the secret that allows uploading to the dashboard and are manually vetting PRs before running this workflow anyway
This commit is contained in:
Alex "mcmonkey" Goodwin 2024-08-08 14:20:48 -07:00 committed by GitHub
parent 5df6f57b5d
commit 65ea6be38f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Results are reported as checkmarks on the commits, as well as onto https://ci.comfy.org/
name: Pull Request CI Workflow Runs
on:
pull_request:
pull_request_target:
types: [labeled]
jobs: