Skip to content

Commit

Permalink
fix remaining thing, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Nov 14, 2024
1 parent 6d0234a commit b87ab12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -915,12 +915,6 @@ jobs:
with:
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}

- name: Determine if test app should be run
id: should-skip
if: github.event_name == 'pull_request'
run: yarn --silent test:should-skip ${{ matrix.test-application }} --base=${{ github.event.pull_request.base.sha }} >> $GITHUB_OUTPUT
working-directory: dev-packages/e2e-tests

- name: Restore tarball cache
uses: actions/cache/restore@v4
id: restore-tarball-cache
Expand Down

0 comments on commit b87ab12

Please sign in to comment.