diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql.yml similarity index 99% rename from .github/workflows/ci-codeql-analysis.yml rename to .github/workflows/ci-codeql.yml index 9bd1b7b..6f291f1 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql.yml @@ -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: diff --git a/.github/workflows/ci-full-check.yml b/.github/workflows/ci-full-check.yml index 4334cf0..4fdd24c 100644 --- a/.github/workflows/ci-full-check.yml +++ b/.github/workflows/ci-full-check.yml @@ -1,4 +1,4 @@ -name: Run integration tests starting with empty cache +name: full-check on: pull_request: diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index 6427178..5562c06 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -1,4 +1,4 @@ -name: Run integration tests allowing cache reuse +name: quick-check on: pull_request: diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index c26ce3c..d290b1a 100644 --- a/.github/workflows/ci-verify-outputs.yml +++ b/.github/workflows/ci-verify-outputs.yml @@ -1,4 +1,4 @@ -name: Verify generated outputs +name: verify-outputs on: pull_request: