Changeset 58350
- Timestamp:
- 06/05/2024 07:11:52 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/.github/workflows/test-build-processes.yml
r58330 r58350 51 51 os: [ ubuntu-latest, windows-latest ] 52 52 directory: [ 'src', 'build' ] 53 include: 54 # Only prepare artifacts once. 55 - os: ubuntu-latest 56 directory: 'build' 57 prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }} 58 53 59 with: 54 60 os: ${{ matrix.os }} 55 61 directory: ${{ matrix.directory }} 62 prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }} 56 63 test-emoji: false 57 64
Note: See TracChangeset
for help on using the changeset viewer.