Skip to content

Commit 733352b

Browse files
committed
ci: drop diff print from build-all job
1 parent eaab4f7 commit 733352b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-all.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,3 @@ jobs:
124124

125125
- name: Add release url to summary
126126
run: echo "Release created/updated at ${{ steps.create_release.outputs.url }}" >> $GITHUB_STEP_SUMMARY
127-
128-
- name: Print diff for future PR submission
129-
run: |
130-
yarn install
131-
yarn build
132-
yarn run updateExpected --input ${{ steps.generate_sha_file.outputs.sha_output_file }}
133-
git diff

0 commit comments

Comments
 (0)