Skip to content

Commit

Permalink
PullRequest CI Run: use pull_request_target to allow the CI Dashboard…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
mcmonkey4eva authored Aug 8, 2024
1 parent 5df6f57 commit 65ea6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest-ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65ea6be

Please sign in to comment.