Skip to content

Commit

Permalink
syncing downstream-build.yaml; previous commit: Author: jmcarcell <jm…
Browse files Browse the repository at this point in the history
[email protected]>

Date:   Sat Feb 18 11:39:20 2023 +0100

    Fix one more instance
  • Loading branch information
jmcarcell committed Mar 8, 2023
1 parent 0c77339 commit b2787b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/downstream-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: downstream-build

on:
pull_request:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: key4hep/key4hep-actions/downstream-build@main

0 comments on commit b2787b2

Please sign in to comment.