Skip to content

Commit 584cc44

Browse files
authored
Avoid github annotations from test-action job (#4384)
1 parent 35ff6eb commit 584cc44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tox.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
platforms: linux,macos
4646
test-action:
4747
runs-on: ubuntu-latest
48+
env:
49+
# This disables the github annotations in the output of ansible-lint action
50+
# which might confuse users.
51+
GITHUB_ACTIONS: false
4852
steps:
4953
- uses: actions/checkout@v4
5054
- name: Self test 1

0 commit comments

Comments
 (0)