Skip to content

Commit bfca88b

Browse files
authored
Don't run Python 2 test by default in Test Agent Release (DataDog#21547)
1 parent 8b3ee7d commit bfca88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
test-py2:
2222
required: false
2323
description: Run Python 2 tests
24-
default: true
24+
default: false
2525
type: boolean
2626
agent-image-py2:
2727
required: false

0 commit comments

Comments
 (0)