From 7a1c36cb5dc12c1dc6198001f378963e750b80b1 Mon Sep 17 00:00:00 2001 From: Christian Zunker Date: Tue, 3 Dec 2024 12:29:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20debug=20from=20workflow?= 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]