Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove matrix_include from sanity
  • Loading branch information
GomathiselviS committed Nov 9, 2023
commit c3f68f4640cbd99509ba11acf7e5ed436c8a957e
9 changes: 1 addition & 8 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@ on:
matrix_include:
# python 3.6 is not available after ubuntu-20.04
# python 3.6 is not supported on ansible 2.12+
default: >-
[
{
"os": "ubuntu-20.04",
"ansible-version": "stable-2.9",
"python-version": "3.6"
},
]
default: []
required: false
type: string
unstable:
Expand Down