mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-04 21:58:35 +02: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
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue