Changeset 58349 for branches/6.2
- Timestamp:
- 06/05/2024 07:10:39 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/.github/workflows/test-build-processes.yml
r58301 r58349 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 || '' }} 53 58 with: 54 59 os: ${{ matrix.os }} 55 60 directory: ${{ matrix.directory }} 61 prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }} 56 62 test-emoji: false 57 63
Note: See TracChangeset
for help on using the changeset viewer.