From d3551acc2b0be5efc06a96096441d318efda16c9 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 20 Feb 2023 15:56:13 +0100 Subject: [PATCH] Code review --- .github/workflows/main.yml | 2 +- .github/workflows/osp-check.yml | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60d85bb42..f4a91a1ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: wolfSSL CI tests +name: CI concurrency: group: ${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/osp-check.yml b/.github/workflows/osp-check.yml index 073eb081d..a238b9c96 100644 --- a/.github/workflows/osp-check.yml +++ b/.github/workflows/osp-check.yml @@ -1,4 +1,4 @@ -name: stunnel Tests +name: OSP Tests on: workflow_call: @@ -7,11 +7,10 @@ jobs: stunnel_check: strategy: matrix: - os: [ ubuntu-latest ] # List of releases to test ref: [ 5.67 ] - name: stunnel ${{ matrix.ref }} on ${{ matrix.os }} - runs-on: ${{ matrix.os }} + name: stunnel ${{ matrix.ref }} + runs-on: ubuntu-latest steps: - name: Build wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 @@ -43,11 +42,10 @@ jobs: openvpn_check: strategy: matrix: - os: [ ubuntu-latest ] # List of refs to test ref: [ master, release/2.6, v2.6.0 ] - name: openvpn ${{ matrix.ref }} on ${{ matrix.os }} - runs-on: ${{ matrix.os }} + name: openvpn ${{ matrix.ref }} + runs-on: ubuntu-latest steps: - name: Build wolfSSL uses: wolfSSL/actions-build-autotools-project@v1 @@ -75,11 +73,10 @@ jobs: # haproxy_check: # strategy: # matrix: -# os: [ ubuntu-latest ] # # List of refs to test # ref: [ master ] -# name: haproxy ${{ matrix.ref }} on ${{ matrix.os }} -# runs-on: ${{ matrix.os }} +# name: haproxy ${{ matrix.ref }} +# runs-on: ubuntu-latest # steps: # - name: Build wolfSSL # uses: wolfSSL/actions-build-autotools-project@v1