mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 15:18:56 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bf2a15ee94 | ||
|
c85b5e1be7 | ||
|
330980897f |
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "com.gradle.enterprise" version "3.11.1"
|
id "com.gradle.enterprise" version "3.11.1"
|
||||||
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.0"
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
gradleEnterprise {
|
gradleEnterprise {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.gradle.enterprise") version "3.11.1"
|
id("com.gradle.enterprise") version "3.11.1"
|
||||||
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.0"
|
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
gradleEnterprise {
|
gradleEnterprise {
|
||||||
|
2
.github/workflows/ci-full-check.yml
vendored
2
.github/workflows/ci-full-check.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/**'
|
- '.github/**'
|
||||||
- 'dist/**'
|
- 'dist/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@@ -18,7 +18,7 @@ inputs:
|
|||||||
When 'true', existing entries will be read from the cache but no entries will be written.
|
When 'true', existing entries will be read from the cache but no entries will be written.
|
||||||
By default this value is 'false' for workflows on the GitHub default branch and 'true' for workflows on other branches.
|
By default this value is 'false' for workflows on the GitHub default branch and 'true' for workflows on other branches.
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.event.repository && github.ref_name != github.event.repository.default_branch }}
|
default: ${{ github.event.repository != null && github.ref_name != github.event.repository.default_branch }}
|
||||||
|
|
||||||
cache-write-only:
|
cache-write-only:
|
||||||
description: |
|
description: |
|
||||||
|
Reference in New Issue
Block a user