Skip to content

Commit

Permalink
change fail-fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Feb 4, 2024
1 parent 043f9dd commit 2d81203
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/epel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remi_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
strategy:
fail-fast: true
fail-fast: false
matrix:
molecule_distro:
- { distro: centos-7, command: /usr/sbin/init }
Expand Down

0 comments on commit 2d81203

Please sign in to comment.