Skip to content

Commit 9caefbe

Browse files
committed
* always run the runner context dump
1 parent 3002213 commit 9caefbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pylint $(git ls-files '*.py')
2525
- name: Dump runner context
26+
if: always()
2627
env:
2728
RUNNER_CONTEXT: ${{ toJson(runner) }}
28-
run: |
29-
echo "$RUNNER_CONTEXT"
29+
run: echo "$RUNNER_CONTEXT"

0 commit comments

Comments
 (0)