Skip to content

Commit

Permalink
ci(.github/workflows/worker.yml): disable summary if failed
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Jan 11, 2025
1 parent fc896ee commit 429a8f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}

- name: Generate Job Summary
if: ${{ !cancelled() }}
run: |
worker_name=$(echo "${{ steps.deploy.outputs.command-output }}" \
| grep --only-matching --perl-regexp '^Uploaded \K[^ ]+')
Expand Down

0 comments on commit 429a8f7

Please sign in to comment.