Skip to content

Commit 5be3ab6

Browse files
committed
skip size limit
1 parent 3e6a498 commit 5be3ab6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,7 @@ jobs:
279279
needs: [job_get_metadata, job_build]
280280
timeout-minutes: 15
281281
runs-on: ubuntu-24.04
282-
if:
283-
github.event_name == 'pull_request' || needs.job_get_metadata.outputs.is_develop == 'true' ||
284-
needs.job_get_metadata.outputs.is_release == 'true'
282+
if: false
285283
steps:
286284
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
287285
uses: actions/checkout@v4

0 commit comments

Comments
 (0)