Compare commits

...

1 Commits

Author SHA1 Message Date
b60146b44a Skip build-test-apps on PRs 2023-11-02 05:12:15 -04:00

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]