One-step image build using key4hep-externals as base #99
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: concretize-ubuntu | |
on: [pull_request] | |
jobs: | |
concretize: | |
strategy: | |
fail-fast: false | |
matrix: | |
target: [common, release, release-debug] | |
uses: ./.github/workflows/concretize-template.yaml | |
with: | |
target: ${{ matrix.target }} |