Skip to content

Commit

Permalink
do not run sanity on 2.12/2.13
Browse files Browse the repository at this point in the history
as our metadata indicates we do not support them anymore and this
produces errors during sanity
  • Loading branch information
evgeni committed Dec 15, 2023
1 parent 41c65b9 commit c421da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: make dist-test
- name: Run sanity tests
run: make SANITY_OPTS="--docker" sanity
if: matrix.ansible != 'v2.9.17' && matrix.ansible != 'stable-2.10' && matrix.ansible != 'stable-2.11'
if: matrix.ansible != 'v2.9.17' && matrix.ansible != 'stable-2.10' && matrix.ansible != 'stable-2.11' && matrix.ansible != 'stable-2.12' && matrix.ansible != 'stable-2.13'

checkmode:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c421da5

Please sign in to comment.