Refactored version of the ALLEGRO v03 digi+reco steering script (#204) #220
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: CTESTS | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: '16 5 * * *' | |
jobs: | |
build: | |
strategy: | |
matrix: | |
build_type: ["nightly"] | |
image: ["alma9", "ubuntu22"] | |
fail-fast: false | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: key4hep/key4hep-actions/key4hep-build@main | |
with: | |
build_type: ${{ matrix.build_type }} | |
image: ${{ matrix.image }} |