Skip to content

Commit

Permalink
ci(packages): remove call to self-summarization
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Aug 26, 2024
1 parent c099b3a commit ff6962d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,4 @@ jobs:
echo "::endgroup::"
done
IFS=' '
summarize:
needs:
- run-tests
runs-on: ubuntu-latest
steps:
- name: Call package-summary workflow
uses: ./.github/workflows/packages-summary.yml
with:
runId: ${{ github.run_id }}
IFS=' '

0 comments on commit ff6962d

Please sign in to comment.