From 9e63fb805e388b6adb0c9d4feaf5142744fd28c6 Mon Sep 17 00:00:00 2001 From: oorzkws <65210810+oorzkws@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:23:35 -0600 Subject: [PATCH] Remove debug output Not needed now that things work :) --- .github/workflows/pytest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0f04fa9..a1794f9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -129,8 +129,6 @@ jobs: with: statuses: failure dependencies: ${{ toJSON(needs) }} - - name: Debug Output - run: echo "Running from branch ${{(github.head_ref || github.ref_name)}}" - name: Notify failure if: ${{ fromJSON(steps.test_status.outputs.found) }} uses: sarisia/actions-status-discord@v1