From 611e14c43ad8f322f7b58e7ac77f736b2a2e1a9d Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 14:35:59 -0600 Subject: [PATCH] Add PR triggers --- .github/workflows/ci-integ-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index a6ed1b8..2178ca0 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -50,9 +50,9 @@ jobs: fi - name: Duplicate in script uses: actions/github-script@v7 + env: + PR_FOUND: ${{ steps.PR.outputs.pr_found }} with: - env: - PR_FOUND: ${{ steps.PR.outputs.pr_found }} script: | // Always run quick suite if we are not in the core `gradle/actions` repository // This reduces the load for developers working on forks