diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6153d..fc40431 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,18 +13,6 @@ concurrency: cancel-in-progress: false jobs: - debug: - name: Debug - runs-on: self-hosted - - steps: - - name: Dump env - run: env | sort - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - lint: name: Lint timeout-minutes: 10