Skip to content

Commit

Permalink
there is no testing for ATTiny here
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 21, 2022
1 parent 2ccc1ed commit 96c3e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
report:
needs: [build, attiny]
needs: build
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 96c3e0b

Please sign in to comment.