Use shorter workflow names

This commit is contained in:
Daz DeBoer 2022-05-29 12:19:39 -06:00
parent f9e15febb7
commit bdb9f7fd28
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: "CodeQL" name: codeql
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Run integration tests starting with empty cache name: full-check
on: on:
pull_request: pull_request:

View file

@ -1,4 +1,4 @@
name: Run integration tests allowing cache reuse name: quick-check
on: on:
pull_request: pull_request:

View file

@ -1,4 +1,4 @@
name: Verify generated outputs name: verify-outputs
on: on:
pull_request: pull_request: