Skip to content

Commit

Permalink
build while testing instead
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 24, 2025
1 parent a2e722c commit 5ac35f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build-esp32sx:
name: 🏗️ ESP32-Sx
runs-on: ubuntu-latest
needs: [clang, test-offline-mode]
needs: [clang]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
build-rp2040:
name: 🏗️ RP2040, RP2350
runs-on: ubuntu-latest
needs: [clang, test-offline-mode]
needs: [clang]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5ac35f3

Please sign in to comment.