Skip to content

Commit 3bc87d6

Browse files
committed
chore: drop debug script
1 parent 286580c commit 3bc87d6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@ concurrency:
1313
cancel-in-progress: false
1414

1515
jobs:
16-
debug:
17-
name: Debug
18-
runs-on: self-hosted
19-
20-
steps:
21-
- name: Dump env
22-
run: env | sort
23-
- name: Dump GitHub context
24-
env:
25-
GITHUB_CONTEXT: ${{ toJson(github) }}
26-
run: echo "$GITHUB_CONTEXT"
27-
2816
lint:
2917
name: Lint
3018
timeout-minutes: 10

0 commit comments

Comments
 (0)