mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Capitalize to improve ordering
This commit is contained in:
parent
a880eab216
commit
e32d23f291
4 changed files with 4 additions and 4 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: ci-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: ci-full-check
|
||||
name: CI-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: ci-quick-check
|
||||
name: CI-quick-check
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/ci-verify-outputs.yml
vendored
2
.github/workflows/ci-verify-outputs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: ci-verify-outputs
|
||||
name: CI-verify-outputs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue