Skip build-test-apps on PRs

This commit is contained in:
Pierre Jacquier
2023-11-02 05:12:15 -04:00
parent 828daba304
commit b60146b44a

View File

@ -104,6 +104,7 @@ jobs:
build-test-apps:
needs: [check-format, build-test-web, prepare-json-files, check-types]
runs-on: ${{ matrix.os }}
if: ${{ github.event_name != 'pull_request' }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]