The CI will try to build main regardless, which may fail due to API incompatibilities. Maybe using the pull request target branch would work?
|
- uses: actions/checkout@v4 |
|
with: |
|
repository: ${{ github.repository_owner }}/cryostat |
|
ref: main |
|
submodules: true |
|
fetch-depth: 0 |