From dc7072050f4458a9b765c93c3ad8e8a01c98188a Mon Sep 17 00:00:00 2001 From: davemfish Date: Fri, 5 Jan 2024 17:11:01 -0500 Subject: [PATCH] remove debugging code. #1495 --- .github/workflows/build-and-test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b086e0b167..7d48c7573d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -453,16 +453,11 @@ jobs: name: ${{ runner.os }}_puppeteer_log.zip' path: ${{ matrix.puppeteer-log }} - - name: echo stuff - run: | - echo ${{ github.event_name }} - echo ${{ github.head_ref }} - - name: Run invest-autotest with binaries if : | (github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/release') || github.ref == 'refs/heads/main')) || - (github.event_name == 'pull_request' && startsWith(github.head_ref, 'task/GHA')) + (github.event_name == 'pull_request' && startsWith(github.head_ref, 'autorelease')) run: make invest_autotest - name: Tar the workspace to preserve permissions (macOS)