ci(perf/build/hw): remove checkout step from workflow

This commit is contained in:
André
2025-07-17 13:15:32 +02:00
committed by André Costa
parent 0b6cab89f9
commit 7081b45faa
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -11,11 +11,6 @@ jobs:
runs-on: self-hosted
name: Hardware Build Test
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
-5
View File
@@ -15,11 +15,6 @@ jobs:
name: Hardware Performance Benchmark
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable