diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 6f291f1..f3a2c38 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: codeql +name: ci-codeql on: push: diff --git a/.github/workflows/ci-full-check.yml b/.github/workflows/ci-full-check.yml index 03ba55b..4708841 100644 --- a/.github/workflows/ci-full-check.yml +++ b/.github/workflows/ci-full-check.yml @@ -1,4 +1,4 @@ -name: full-check +name: ci-full-check on: pull_request: diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index 3a2cc83..2725751 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -1,4 +1,4 @@ -name: quick-check +name: ci-quick-check on: push: @@ -41,9 +41,9 @@ jobs: runner-os: '["ubuntu-latest"]' download-dist: true - gradle-versions: + provision-gradle-versions: needs: build-distribution - uses: ./.github/workflows/integ-test-gradle-versions.yml + uses: ./.github/workflows/integ-test-provision-gradle-versions.yml with: runner-os: '["ubuntu-latest"]' download-dist: true diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index e473cbc..216bc4d 100644 --- a/.github/workflows/ci-verify-outputs.yml +++ b/.github/workflows/ci-verify-outputs.yml @@ -1,4 +1,4 @@ -name: verify-outputs +name: ci-verify-outputs on: pull_request: diff --git a/.github/workflows/demo-failure-cases.yml b/.github/workflows/demo-failure-cases.yml index c96f073..cad9c26 100644 --- a/.github/workflows/demo-failure-cases.yml +++ b/.github/workflows/demo-failure-cases.yml @@ -1,4 +1,4 @@ -name: Execute failure cases +name: demo-failure-cases on: workflow_dispatch: diff --git a/.github/workflows/demo-pr-build-scan-comment.yml b/.github/workflows/demo-pr-build-scan-comment.yml index 8f073e1..b2f088d 100644 --- a/.github/workflows/demo-pr-build-scan-comment.yml +++ b/.github/workflows/demo-pr-build-scan-comment.yml @@ -1,4 +1,4 @@ -name: Add a build scan comment to PR +name: Demo adding build scan comment to PR on: pull_request: types: [assigned, review_requested] diff --git a/.github/workflows/integ-test-action-inputs-caching.yml b/.github/workflows/integ-test-action-inputs-caching.yml index 07d13a9..b9d691c 100644 --- a/.github/workflows/integ-test-action-inputs-caching.yml +++ b/.github/workflows/integ-test-action-inputs-caching.yml @@ -1,4 +1,4 @@ -name: Test action inputs that control caching +name: Test action inputs for caching on: workflow_call: diff --git a/.github/workflows/integ-test-action-inputs.yml b/.github/workflows/integ-test-action-inputs.yml index ba245af..674b2f9 100644 --- a/.github/workflows/integ-test-action-inputs.yml +++ b/.github/workflows/integ-test-action-inputs.yml @@ -1,4 +1,4 @@ -name: Test different action inputs +name: Test action inputs on: workflow_call: diff --git a/.github/workflows/integ-test-execution-with-caching.yml b/.github/workflows/integ-test-execution-with-caching.yml index fcfd527..9942c66 100644 --- a/.github/workflows/integ-test-execution-with-caching.yml +++ b/.github/workflows/integ-test-execution-with-caching.yml @@ -1,4 +1,4 @@ -name: Test save/restore Gradle Home with direct execution +name: Test execution with caching on: workflow_call: diff --git a/.github/workflows/integ-test-execution.yml b/.github/workflows/integ-test-execution.yml index b82ed43..167d203 100644 --- a/.github/workflows/integ-test-execution.yml +++ b/.github/workflows/integ-test-execution.yml @@ -1,4 +1,4 @@ -name: Test Gradle execution +name: Test execution on: workflow_call: diff --git a/.github/workflows/integ-test-gradle-versions.yml b/.github/workflows/integ-test-provision-gradle-versions.yml similarity index 95% rename from .github/workflows/integ-test-gradle-versions.yml rename to .github/workflows/integ-test-provision-gradle-versions.yml index af6a091..8a1b0aa 100644 --- a/.github/workflows/integ-test-gradle-versions.yml +++ b/.github/workflows/integ-test-provision-gradle-versions.yml @@ -1,4 +1,4 @@ -name: Test provision different Gradle versions +name: Test provision Gradle versions on: workflow_call: @@ -14,7 +14,7 @@ on: env: DOWNLOAD_DIST: ${{ inputs.download-dist }} - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: gradle-versions-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: provision-gradle-versions-${{ inputs.cache-key-prefix }} GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true jobs: diff --git a/.github/workflows/integ-test-restore-configuration-cache.yml b/.github/workflows/integ-test-restore-configuration-cache.yml index 4666c65..445fdb0 100644 --- a/.github/workflows/integ-test-restore-configuration-cache.yml +++ b/.github/workflows/integ-test-restore-configuration-cache.yml @@ -1,4 +1,4 @@ -name: Test save/restore configuration-cache state +name: Test restore configuration-cache on: workflow_call: diff --git a/.github/workflows/integ-test-restore-custom-gradle-home.yml b/.github/workflows/integ-test-restore-custom-gradle-home.yml index 66e645e..0f21e47 100644 --- a/.github/workflows/integ-test-restore-custom-gradle-home.yml +++ b/.github/workflows/integ-test-restore-custom-gradle-home.yml @@ -1,4 +1,4 @@ -name: Test caching with a custom GRADLE_USER_HOME +name: Test restore custom Gradle Home on: workflow_call: diff --git a/.github/workflows/integ-test-restore-gradle-home.yml b/.github/workflows/integ-test-restore-gradle-home.yml index dd01a6d..c04d8b2 100644 --- a/.github/workflows/integ-test-restore-gradle-home.yml +++ b/.github/workflows/integ-test-restore-gradle-home.yml @@ -1,4 +1,4 @@ -name: Test save/restore Gradle Home directory +name: Test restore Gradle Home on: workflow_call: diff --git a/.github/workflows/integ-test-restore-java-toolchain.yml b/.github/workflows/integ-test-restore-java-toolchain.yml index e2ad69d..b1253e0 100644 --- a/.github/workflows/integ-test-restore-java-toolchain.yml +++ b/.github/workflows/integ-test-restore-java-toolchain.yml @@ -1,4 +1,4 @@ -name: Test save/restore java toolchains +name: Test restore java toolchains on: workflow_call: diff --git a/.github/workflows/integ-test-sample-gradle-plugin.yml b/.github/workflows/integ-test-sample-gradle-plugin.yml index b365ac0..4c92551 100644 --- a/.github/workflows/integ-test-sample-gradle-plugin.yml +++ b/.github/workflows/integ-test-sample-gradle-plugin.yml @@ -1,4 +1,4 @@ -name: Test caching with Gradle Plugin project using TestKit +name: Test sample Gradle Plugin project on: workflow_call: diff --git a/.github/workflows/integ-test-sample-kotlin-dsl.yml b/.github/workflows/integ-test-sample-kotlin-dsl.yml index c3963c8..8782498 100644 --- a/.github/workflows/integ-test-sample-kotlin-dsl.yml +++ b/.github/workflows/integ-test-sample-kotlin-dsl.yml @@ -1,4 +1,4 @@ -name: Test caching with Kotlin DSL +name: Test sample Kotlin DSL project on: workflow_call: