From 47b8dc5522383f7ee72da3516765d069cdf40b3f Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 8 Mar 2023 17:02:38 +0100 Subject: [PATCH] syncing downstream-build.yaml; previous commit: Author: Daniel Jeans Date: Fri Jan 13 17:16:26 2023 +0900 Update tpcsd2 (#263) * deal with case of undefined previousStep * add time information to LowPt hits --- .github/workflows/downstream-build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/downstream-build.yaml diff --git a/.github/workflows/downstream-build.yaml b/.github/workflows/downstream-build.yaml new file mode 100644 index 000000000..e763bb47a --- /dev/null +++ b/.github/workflows/downstream-build.yaml @@ -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