Changeset 60766
- Timestamp:
- 09/16/2025 12:50:26 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8/.github/workflows/test-build-processes.yml
r60092 r60766 64 64 save-build: true 65 65 prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }} 66 # Test certificate build commands with Linux only. 67 - os: ubuntu-24.04 68 test-certificates: true 66 69 67 70 with: 68 71 os: ${{ matrix.os }} 69 72 directory: ${{ matrix.directory }} 73 test-certificates: ${{ matrix.test-certificates && true || false }} 70 74 save-build: ${{ matrix.save-build && matrix.save-build || false }} 71 75 prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
Note: See TracChangeset
for help on using the changeset viewer.