Skip to content

Commit

Permalink
Finish all CI slaves even if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SchaichAlonso authored Nov 15, 2024
1 parent b2f6311 commit e7c723f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
autotools:
strategy:
fail-fast: false
matrix:
include:
- description: "Ninja on Ubuntu"
Expand Down Expand Up @@ -57,4 +58,4 @@ jobs:
- name: Install
run: |
echo make install
working-directory: ${{ github.workspace }}
working-directory: ${{ github.workspace }}

0 comments on commit e7c723f

Please sign in to comment.