Skip to content

Commit 2693958

Browse files
committed
hil tinyusb always checkoutt/download artifacts
1 parent eceb281 commit 2693958

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,15 @@ jobs:
199199
runs-on: [self-hosted, X64, hathach, hardware-in-the-loop]
200200
steps:
201201
- name: Clean workspace
202-
if: github.run_attempt == '1'
203202
run: |
204203
echo "Cleaning up for the first run"
205204
rm -rf "${{ github.workspace }}"
206205
mkdir -p "${{ github.workspace }}"
207206
208207
- name: Checkout TinyUSB
209-
if: github.run_attempt == '1'
210208
uses: actions/checkout@v4
211209

212210
- name: Download Artifacts
213-
if: github.run_attempt == '1'
214211
uses: actions/download-artifact@v4
215212
with:
216213
path: cmake-build

0 commit comments

Comments
 (0)