Skip to content

Commit 3b2cd65

Browse files
deployment: apply bug bot fix suggestion
1 parent 4670032 commit 3b2cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
native-blockifier-artifacts-push:
6262
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
6363
needs: optimize_ci
64-
if: needs.optimize_ci.outputs.skip == 'false'
64+
if: github.event_name != 'pull_request' || needs.optimize_ci.outputs.skip == 'false'
6565
steps:
6666
- uses: actions/checkout@v6
6767

0 commit comments

Comments
 (0)