From 17e1e604bf197bba8540a7075c9d9105c75075e9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 21:21:53 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb108b64..eaabd456 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: debug_enabled: description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' required: false - default: 'false' + default: false # push: # branches: # - master @@ -38,7 +38,7 @@ jobs: uses: mxschmitt/action-tmate@v3 with: sudo: true - if: ${{ (github.event_name == 'workflow_dispatch') && (github.event.inputs.debug_enabled == 'true') }}. + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} - name: Run Tests run: | sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL