Skip to content

Commit

Permalink
Simpler approach to continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Jun 27, 2024
1 parent e2f1f29 commit 3ec3bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
name: Run the playbook on SLES 15 ${{ matrix.sp_version }}
runs-on: ubuntu-22.04
needs: [build-and-push-container-images]
continue-on-error: true
strategy:
matrix:
include:
Expand Down Expand Up @@ -128,7 +129,6 @@ jobs:
name: Cleanup after playbook run
runs-on: ubuntu-22.04
needs: [deploy-test-rpm]
if: always()
strategy:
matrix:
include:
Expand Down

0 comments on commit 3ec3bec

Please sign in to comment.