mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user