Skip to content

Commit

Permalink
ugh i hate working on these.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Aug 9, 2024
1 parent de06754 commit fccdeea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ on:
- cron: "0 1 * * 6" # Every Saturday at 1AM

jobs:

build:
strategy:
fail-fast: false
matrix:
include:
- example: platformio
board: ["arduino2", "arduino3"]
example: ["platformio"]
board: ["arduino2", "arduino3"]

runs-on: ubuntu-latest
name: Build ${{ matrix.example }}-${{ matrix.board }}
Expand Down

0 comments on commit fccdeea

Please sign in to comment.