Skip to content

Commit

Permalink
Disable fail-fast for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored Jan 11, 2024
1 parent 5b40d96 commit 426413d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pio_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
push:
paths:
- src/**
- lib/**
- include/**
- lib/**
- shared/**
- platformio.ini
- .github/workflows/pio_build.yml
pull_request:
Expand All @@ -25,6 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 426413d

Please sign in to comment.