From 7ec614c775818398542633723a24c4b1740e4347 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 26 Feb 2024 08:02:59 +0100 Subject: [PATCH] Update the key4hep-build workflow; previous commit: Update the key4hep-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: Test if the geometry actually contains surfaces --- .github/workflows/downstream-build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/downstream-build.yaml b/.github/workflows/downstream-build.yaml index 30ed5c7..df5bac5 100644 --- a/.github/workflows/downstream-build.yaml +++ b/.github/workflows/downstream-build.yaml @@ -5,11 +5,10 @@ on: workflow_dispatch: jobs: - test: + downstream-build: runs-on: ubuntu-latest strategy: fail-fast: false steps: - - uses: actions/checkout@v3 - - uses: cvmfs-contrib/github-action-cvmfs@v3.1 + - uses: actions/checkout@v4 - uses: key4hep/key4hep-actions/downstream-build@main