mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
More consistent names for workflow jobs
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user