Skip to content

Commit

Permalink
ci(workflow): loosen condtions for uploading turbopack bytesize
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 6, 2023
1 parent c2d7bbd commit 5fcd372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ jobs:
# Trying to upload metrics for the Turbopack to datadog's CI pipeline execution
- name: 'Upload turbopack build metrics'
shell: bash
if: ${{ needs.build.outputs.isRelease == 'true' }}
continue-on-error: true
run: |
npm install -g @datadog/datadog-ci
shopt -s nullglob
for filename in packages/next-swc/native/next-swc.*.node; do
# Strip out filename to extract target triple
export FILENAME=$(basename ${filename})
Expand Down

0 comments on commit 5fcd372

Please sign in to comment.