From fd91388b7a418188e9e5052c807fbf91e028a507 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 18:29:41 -0500 Subject: [PATCH] actions take 98 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88be0f17..f83b540f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,8 +178,8 @@ jobs: export this_openssl="${openssl_line[1]}" $python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}" - - name: Live API tests build jobs only - ${{ github.event_name == 'push' + - name: Live API tests push only + if: github.event_name == 'push' run: | bash .github/actions/decrypt.sh cd src