Skip to content

Commit beba1c3

Browse files
authored
Merge pull request #554 from intersystems/master-fix-ci-autotrigger
ci(packages): remove call to self-summarization
2 parents 60bc6e8 + c9ed10f commit beba1c3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/packages.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,4 @@ jobs:
134134
echo "::endgroup::"
135135
done
136136
137-
IFS=' '
138-
139-
summarize:
140-
needs:
141-
- run-tests
142-
runs-on: ubuntu-latest
143-
steps:
144-
- name: Call package-summary workflow
145-
uses: ./.github/workflows/packages-summary.yml
146-
with:
147-
runId: ${{ github.run_id }}
137+
IFS=' '

0 commit comments

Comments
 (0)