mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
More consistent names for workflow jobs
This commit is contained in:
parent
6c8fe00271
commit
a880eab216
17 changed files with 20 additions and 20 deletions
2
.github/workflows/ci-codeql.yml
vendored
2
.github/workflows/ci-codeql.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/ci-full-check.yml
vendored
2
.github/workflows/ci-full-check.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: full-check
|
||||
name: ci-full-check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
6
.github/workflows/ci-quick-check.yml
vendored
6
.github/workflows/ci-quick-check.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/ci-verify-outputs.yml
vendored
2
.github/workflows/ci-verify-outputs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: verify-outputs
|
||||
name: ci-verify-outputs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
2
.github/workflows/demo-failure-cases.yml
vendored
2
.github/workflows/demo-failure-cases.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Execute failure cases
|
||||
name: demo-failure-cases
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test action inputs that control caching
|
||||
name: Test action inputs for caching
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test different action inputs
|
||||
name: Test action inputs
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test save/restore Gradle Home with direct execution
|
||||
name: Test execution with caching
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
2
.github/workflows/integ-test-execution.yml
vendored
2
.github/workflows/integ-test-execution.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test Gradle execution
|
||||
name: Test execution
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -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:
|
|
@ -1,4 +1,4 @@
|
|||
name: Test save/restore configuration-cache state
|
||||
name: Test restore configuration-cache
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test caching with a custom GRADLE_USER_HOME
|
||||
name: Test restore custom Gradle Home
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test save/restore Gradle Home directory
|
||||
name: Test restore Gradle Home
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test save/restore java toolchains
|
||||
name: Test restore java toolchains
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test caching with Gradle Plugin project using TestKit
|
||||
name: Test sample Gradle Plugin project
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test caching with Kotlin DSL
|
||||
name: Test sample Kotlin DSL project
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
Loading…
Reference in a new issue