Skip to content

Commit ea337f3

Browse files
author
jiangpeiling
committed
🔨 improve the CICD process.
1 parent e2bd3a2 commit ea337f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎.github/workflows/docker-build-dev.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
run: |
2020
echo "=== PR Files Debug Info ==="
2121
echo "Event name: ${{ github.event_name }}"
22-
echo "PR files count: ${{ length(github.event.pull_request.files) }}"
2322
echo "=== File paths (what contains() checks) ==="
2423
echo '${{ toJSON(github.event.pull_request.files.*.filename) }}'
2524
echo "=== Full file objects ==="

0 commit comments

Comments
 (0)