mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 01:46:18 +08:00
Use shorter workflow names
This commit is contained in:
parent
f9e15febb7
commit
bdb9f7fd28
@ -9,7 +9,7 @@
|
||||
# the `language` matrix defined below to confirm you have the correct set of
|
||||
# supported CodeQL languages.
|
||||
#
|
||||
name: "CodeQL"
|
||||
name: codeql
|
||||
|
||||
on:
|
||||
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:
|
||||
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:
|
||||
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:
|
||||
pull_request:
|
||||
|
Loading…
x
Reference in New Issue
Block a user