Skip to content

Commit

Permalink
Shorten cmake test names so they fit in GitHub, standardize remaining…
Browse files Browse the repository at this point in the history
… workflow names to not include AWS-LC (#1394)
  • Loading branch information
andrewhop authored Jan 11, 2024
1 parent c2b14df commit e6e201b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abidiff.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AWS-LC ABI Diff
name: ABI Diff
on:
pull_request:
branches: [ '*' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AWS-LC CI Tests
name: General CI Tests
on:
pull_request:
branches: [ '*' ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AWS-LC CMake Compatability
name: CMake Compatability
on:
pull_request:
branches: [ '*' ]
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: aws-lc integration tests
name: Integration tests
on:
push:
branches: [ '*' ]
Expand Down

0 comments on commit e6e201b

Please sign in to comment.