Skip to content

Commit

Permalink
test actino (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
haozheng-cobalt committed Aug 22, 2024
1 parent 16a3ddd commit c03faa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/check_artifact_size/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ runs:
id: add-label
if: |
steps.check-artifact-size.outputs.addLabel &&
github.event.pull_request.merged == true &&
github.event.pull_request.merge_commit_sha != null
github.event_name == 'push' && github.ref == 'refs/heads/main'
shell: bash
run: |
curl -s -X POST -H "Authorization: token ${{ inputs.token }}" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
keep_artifacts: install/lib/libcobalt.*
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0.02, "install/lib/libcobalt.lz4": 0.02}'
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0, "install/lib/libcobalt.lz4": 0}'
evergreen-arm-softfp:
uses: ./.github/workflows/main.yaml
permissions:
Expand Down

0 comments on commit c03faa4

Please sign in to comment.