mirror of
https://github.com/gradle/actions.git
synced 2025-04-21 18:29:18 +08:00
LOG
This commit is contained in:
parent
273c29c7c6
commit
0611811d1d
1
.github/workflows/ci-integ-test.yml
vendored
1
.github/workflows/ci-integ-test.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
// This reduces the load for developers working on forks
|
||||
console.log(context.repo)
|
||||
if ("${context.repo.owner}/${context.repo.repo}" != 'gradle/actions') {
|
||||
console.log("repo = ${context.repo.owner}/${context.repo.repo}")
|
||||
console.log('Not in core repository: suite=quick')
|
||||
return 'quick'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user