Skip to content

Commit 7e494d4

Browse files
committed
continue
1 parent 6aaa5d6 commit 7e494d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
- "3.10"
8383
- "3.11"
8484
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
85-
continue-on-error: ${{ matrix.ansible-version == 'devel' }}
8685
runs-on: ${{ matrix.os }}
86+
continue-on-error: ${{ matrix.ansible-version == 'devel' }}
8787

8888
name: "py${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.ansible-version }}"
8989
steps:

0 commit comments

Comments
 (0)