Skip to content

Commit 16dd377

Browse files
committed
Remove debug context
1 parent e5e24c9 commit 16dd377

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939

4040
steps:
41-
# TODO: remove, only for debugging
42-
- name: Write GitHub context to log
43-
env:
44-
GITHUB_CONTEXT: ${{ toJSON(github) }}
45-
run: echo "$GITHUB_CONTEXT"
46-
4741
- uses: actions/checkout@v4
4842

4943
- name: Install uv

0 commit comments

Comments
 (0)