Add PR triggers

This commit is contained in:
daz 2024-04-10 14:35:59 -06:00
parent 1ddf62bd9e
commit 611e14c43a
No known key found for this signature in database

View File

@ -50,9 +50,9 @@ jobs:
fi fi
- name: Duplicate in script - name: Duplicate in script
uses: actions/github-script@v7 uses: actions/github-script@v7
env:
PR_FOUND: ${{ steps.PR.outputs.pr_found }}
with: with:
env:
PR_FOUND: ${{ steps.PR.outputs.pr_found }}
script: | script: |
// Always run quick suite if we are not in the core `gradle/actions` repository // Always run quick suite if we are not in the core `gradle/actions` repository
// This reduces the load for developers working on forks // This reduces the load for developers working on forks