Skip to content

Commit

Permalink
Update the key4hep-build workflow; previous commit: Update the key4he…
Browse files Browse the repository at this point in the history
…p-build workflow; previous commit: Change key4hep-build workflow triggers; previous commit: Add a key4hep build workflow; previous commit: Update pre-commit license year; previous commit: Update license year; previous commit: Add some comments about the releases and nightlies (#20)
  • Loading branch information
jmcarcell committed Feb 26, 2024
1 parent 3db58a7 commit 257e735
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/downstream-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: downstream-build

on:
pull_request:
workflow_dispatch:

jobs:
downstream-build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: key4hep/key4hep-actions/downstream-build@main

0 comments on commit 257e735

Please sign in to comment.