From 65ea6be38f6365dcdc057e4cf60ae9e601121f6e Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:20:48 -0700 Subject: [PATCH] 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 --- .github/workflows/pullrequest-ci-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest-ci-run.yml b/.github/workflows/pullrequest-ci-run.yml index e8851bd6..fd1ba16e 100644 --- a/.github/workflows/pullrequest-ci-run.yml +++ b/.github/workflows/pullrequest-ci-run.yml @@ -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: