Skip to content

Commit

Permalink
Temporarily disable artifact size check (#4063)
Browse files Browse the repository at this point in the history
b/291954423
  • Loading branch information
kaidokert authored Aug 29, 2024
1 parent 4efa101 commit 7f40afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
uses: ./.github/actions/build
- name: 'Check Artifact Size'
uses: ./.github/actions/check_artifact_size
if: ${{ inputs.artifact_size_increase_thresholds }}
if: ${{ false }} # ${{ inputs.artifact_size_increase_thresholds }}
with:
workflow: ${{ github.workflow }}
name: ${{ matrix.platform }}-${{ matrix.config }}
Expand Down

0 comments on commit 7f40afb

Please sign in to comment.