Skip to content

Commit

Permalink
Also mark milestone unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed May 2, 2023
1 parent e44f6ca commit 7908ef6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ jobs:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
sanity:
uses: Qalthos/github_actions/.github/workflows/sanity.yml@milestone-no-fail
with:
matrix_include: >-
[
{
"os": "ubuntu-20.04",
"ansible-version": "stable-2.9",
"python-version": "3.6",
"unstable": false,
},
{
"os": "ubuntu-latest",
"ansible-version": "milestone",
"unstable": true,
},
{
"os": "ubuntu-latest",
"ansible-version": "devel",
"unstable": true,
},
]
unit-galaxy:
uses: ansible-network/github_actions/.github/workflows/unit_galaxy.yml@main
unit-source:
Expand Down

0 comments on commit 7908ef6

Please sign in to comment.