fix pending tests

This commit is contained in:
Anton Tranelis 2025-07-02 20:33:25 +02:00
parent 25e9c0a1b9
commit 1bfb23a6f7

View File

@ -37,7 +37,7 @@ jobs:
build-examples:
if: needs.files-changed.outputs.build == 'true'
name: Test Example Apps
needs: [build, files-changed]
needs: [files-changed, build]
runs-on: ubuntu-latest
strategy:
matrix: