This repository was archived by the owner on Aug 31, 2026. It is now read-only.
add BIB utils #1
Workflow file for this run
This file contains hidden or 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
| # Do not edit this file, it will be overwritten! | |
| # The template file can be found in | |
| # https://github.com/key4hep/key4hep-actions/blob/main/workflows/downstream-build.yaml | |
| name: downstream-build | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| downstream-build: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: key4hep/key4hep-actions/downstream-build@main |