mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 02:39:19 +08:00
Add PR triggers
This commit is contained in:
parent
1ddf62bd9e
commit
611e14c43a
4
.github/workflows/ci-integ-test.yml
vendored
4
.github/workflows/ci-integ-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user