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 6aaa5d6 commit 7e494d4Copy full SHA for 7e494d4
.github/workflows/unit_source.yml
@@ -82,8 +82,8 @@ jobs:
82
- "3.10"
83
- "3.11"
84
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
85
- continue-on-error: ${{ matrix.ansible-version == 'devel' }}
86
runs-on: ${{ matrix.os }}
+ continue-on-error: ${{ matrix.ansible-version == 'devel' }}
87
88
name: "py${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.ansible-version }}"
89
steps:
0 commit comments