Skip to content

Commit 03ef567

Browse files
deployment: apply bug bot fix suggestion
1 parent 561a78f commit 03ef567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686

8787
run-workspace-tests:
8888
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
89+
needs: optimize_ci
90+
if: needs.optimize_ci.outputs.skip == 'false'
8991
timeout-minutes: 30
9092
steps:
9193
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)