Skip to content

Commit 4960c3d

Browse files
committed
fix remaining thing, oops
1 parent 3edc9a5 commit 4960c3d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -915,12 +915,6 @@ jobs:
915915
with:
916916
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
917917

918-
- name: Determine if test app should be run
919-
id: should-skip
920-
if: github.event_name == 'pull_request'
921-
run: yarn --silent test:should-skip ${{ matrix.test-application }} --base=${{ github.event.pull_request.base.sha }} >> $GITHUB_OUTPUT
922-
working-directory: dev-packages/e2e-tests
923-
924918
- name: Restore tarball cache
925919
uses: actions/cache/restore@v4
926920
id: restore-tarball-cache

0 commit comments

Comments
 (0)