Changeset 58347
- Timestamp:
- 06/05/2024 06:33:22 PM (8 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/.github/workflows/test-build-processes.yml
r58276 r58347 52 52 directory: [ 'src', 'build' ] 53 53 include: 54 # Only prepare artifacts for Playgroundonce.54 # Only prepare artifacts once. 55 55 - os: ubuntu-latest 56 56 directory: 'build' 57 prepare-playground: true 57 save-build: true 58 prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }} 59 58 60 with: 59 61 os: ${{ matrix.os }} 60 62 directory: ${{ matrix.directory }} 63 save-build: ${{ matrix.save-build && matrix.save-build || false }} 61 64 prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }} 62 65 test-emoji: false
Note: See TracChangeset
for help on using the changeset viewer.