Skip to content

Commit

Permalink
Exclude Python 3.9 runs for milestone branch. (ansible-collections#1700)
Browse files Browse the repository at this point in the history
 GHA: Exclude Python 3.9 runs for milestone branch

SUMMARY
At least for sanity tests.
Ref: ansible-collections/news-for-maintainers#56
ISSUE TYPE

Test Pull Request

COMPONENT NAME
GHA sanity tests

Reviewed-by: Alina Buzachis
Reviewed-by: Mark Chappell
  • Loading branch information
felixfontein authored Aug 14, 2023
1 parent 1b11934 commit 1e66bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
"ansible-version": "milestone",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.7"
Expand Down

0 comments on commit 1e66bc5

Please sign in to comment.