We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bc7fd commit 9f698d2Copy full SHA for 9f698d2
.github/workflows/ansible-test.yml
@@ -51,6 +51,15 @@ jobs:
51
with:
52
ansible-core-version: ${{ matrix.ansible }}
53
testing-type: sanity
54
+ if: matrix.ansible != 'devel'
55
+
56
+ - name: Perform sanity testing
57
+ uses: ansible-community/ansible-test-gh-action@release/v1
58
+ with:
59
+ ansible-core-version: semantic-markup
60
+ ansible-core-github-repository-slug: felixfontein/ansible
61
+ testing-type: sanity
62
+ if: matrix.ansible == 'devel'
63
64
units:
65
# Ansible-test on various stable branches does not yet work well with cgroups v2.
0 commit comments