Skip to content

Commit

Permalink
chore: drop debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent 286580c commit 3bc87d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bc87d6

Please sign in to comment.