mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Use shorter workflow names
This commit is contained in:
parent
f9e15febb7
commit
bdb9f7fd28
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
# the `language` matrix defined below to confirm you have the correct set of
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
# supported CodeQL languages.
|
# supported CodeQL languages.
|
||||||
#
|
#
|
||||||
name: "CodeQL"
|
name: codeql
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
2
.github/workflows/ci-full-check.yml
vendored
2
.github/workflows/ci-full-check.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Run integration tests starting with empty cache
|
name: full-check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
2
.github/workflows/ci-quick-check.yml
vendored
2
.github/workflows/ci-quick-check.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Run integration tests allowing cache reuse
|
name: quick-check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
2
.github/workflows/ci-verify-outputs.yml
vendored
2
.github/workflows/ci-verify-outputs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Verify generated outputs
|
name: verify-outputs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in a new issue