From bcf65b1e345daad2ae6617c87f69cf5eb649094a Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:31:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20debug=20from=20workflow?= =?UTF-8?q?=20(#339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Zunker --- .github/workflows/pr-test-lint.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pr-test-lint.yaml b/.github/workflows/pr-test-lint.yaml index 2f04417..ee1d9fc 100644 --- a/.github/workflows/pr-test-lint.yaml +++ b/.github/workflows/pr-test-lint.yaml @@ -67,15 +67,6 @@ jobs: API_VERSION: x5.0 CNSPEC_VERSION: ${{ env.CNSPEC_VERSION }} - debug: - runs-on: ubuntu-latest - steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: | - echo "$GITHUB_CONTEXT" - go-auto-approve: runs-on: ubuntu-latest needs: [goreleaser, license-check]