Skip to content

Commit 928f548

Browse files
committed
fix: remove cleanup job dependency in build step
1 parent 4d6c768 commit 928f548

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/continuous-benchmarking-baseline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ on:
2929
jobs:
3030
build_client:
3131
name: Build framework
32-
needs: clean_up
3332
runs-on: ubuntu-latest
3433
env:
3534
working-directory: ./src

.github/workflows/continuous-benchmarking-image-size.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
build_client:
1010
name: Build framework
11-
needs: clean_up
1211
runs-on: ubuntu-latest
1312
env:
1413
working-directory: ./src

.github/workflows/continuous-benchmarking-runtimes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
build_client:
1010
name: Build framework
11-
needs: clean_up
1211
runs-on: ubuntu-latest
1312
env:
1413
working-directory: ./src

0 commit comments

Comments
 (0)