Capitalize to improve ordering

This commit is contained in:
Daz DeBoer 2022-05-29 14:59:36 -06:00
parent a880eab216
commit e32d23f291
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 4 additions and 4 deletions

View file

@ -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: ci-codeql name: CI-codeql
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: ci-full-check name: CI-full-check
on: on:
pull_request: pull_request:

View file

@ -1,4 +1,4 @@
name: ci-quick-check name: CI-quick-check
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: ci-verify-outputs name: CI-verify-outputs
on: on:
pull_request: pull_request: