From e6e201b9886021eb54f32e3030c438c8e7f1570d Mon Sep 17 00:00:00 2001 From: Andrew Hopkins Date: Wed, 10 Jan 2024 16:21:10 -0800 Subject: [PATCH] Shorten cmake test names so they fit in GitHub, standardize remaining workflow names to not include AWS-LC (#1394) --- .github/workflows/abidiff.yml | 2 +- .github/workflows/actions-ci.yml | 2 +- .github/workflows/cmake.yml | 4 ++-- .github/workflows/integrations.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/abidiff.yml b/.github/workflows/abidiff.yml index 5710961bb7..532892288f 100644 --- a/.github/workflows/abidiff.yml +++ b/.github/workflows/abidiff.yml @@ -1,4 +1,4 @@ -name: AWS-LC ABI Diff +name: ABI Diff on: pull_request: branches: [ '*' ] diff --git a/.github/workflows/actions-ci.yml b/.github/workflows/actions-ci.yml index 5f46e446e6..85f8e19ef8 100644 --- a/.github/workflows/actions-ci.yml +++ b/.github/workflows/actions-ci.yml @@ -1,4 +1,4 @@ -name: AWS-LC CI Tests +name: General CI Tests on: pull_request: branches: [ '*' ] diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4f5acf1497..c8595bc313 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: AWS-LC CMake Compatability +name: CMake Compatability on: pull_request: branches: [ '*' ] @@ -13,7 +13,7 @@ env: GOPROXY: https://proxy.golang.org,direct jobs: cmake: - name: CMake Version Build + name: CMake ${{ matrix.cmake.version}} build with ${{ matrix.generator}} FIPS=${{ matrix.fips }} strategy: matrix: cmake: diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 46a8f273f6..790411b9ed 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -1,4 +1,4 @@ -name: aws-lc integration tests +name: Integration tests on: push: branches: [ '*' ]