Skip to content

Commit 5ac35f3

Browse files
committed
build while testing instead
1 parent a2e722c commit 5ac35f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-offline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
build-esp32sx:
7070
name: 🏗️ ESP32-Sx
7171
runs-on: ubuntu-latest
72-
needs: [clang, test-offline-mode]
72+
needs: [clang]
7373
strategy:
7474
fail-fast: false
7575
matrix:
@@ -173,7 +173,7 @@ jobs:
173173
build-rp2040:
174174
name: 🏗️ RP2040, RP2350
175175
runs-on: ubuntu-latest
176-
needs: [clang, test-offline-mode]
176+
needs: [clang]
177177
strategy:
178178
fail-fast: false
179179
matrix:

0 commit comments

Comments
 (0)