Skip to content

Commit 06d1540

Browse files
committed
.
1 parent e428c67 commit 06d1540

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ jobs:
8686
uses: ./.github/workflows/reusable_qemu.yml
8787
with:
8888
short_run: true
89-
Benchmarks:
90-
if: always() && (needs.Build.result == 'success')
91-
needs: [Build]
92-
uses: ./.github/workflows/reusable_benchmarks.yml
9389
ProxyLib:
9490
if: always() && (needs.Build.result == 'success')
9591
needs: [Build]
@@ -125,4 +121,3 @@ jobs:
125121
contents: read
126122
security-events: write
127123
uses: ./.github/workflows/reusable_trivy.yml
128-

0 commit comments

Comments
 (0)