Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NilashishC committed Jun 24, 2024
1 parent a715be6 commit 810a084
Showing 1 changed file with 3 additions and 48 deletions.
51 changes: 3 additions & 48 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,9 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
env:
MATRIX_EXCLUDE: >-
[
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "milestone",
"python-version": "3.11"
},
{
"ansible-version": "milestone",
"python-version": "3.12"
},
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.11"
},
{
"ansible-version": "devel",
"python-version": "3.12"
},
]

# Due to an issue in GHA runner, MATRIX_EXCLUDE is set as an environment variable
# https://github.com/actions/runner/issues/2372
jobs:
ansible-lint:
uses: ansible-network/github_actions/.github/workflows/ansible-lint.yml@main
Expand Down

0 comments on commit 810a084

Please sign in to comment.