From 73ea878160a52c69911e9eecc8c3d79679f111df Mon Sep 17 00:00:00 2001 From: Urs Ganse Date: Thu, 7 Dec 2023 12:58:17 +0200 Subject: [PATCH] (Maybe) fix formatting of generate_reference_data Actions workflow YAML is a stupid file format and nobody should ever use it. --- .github/workflows/generate-reference-data.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate-reference-data.yml b/.github/workflows/generate-reference-data.yml index 07298f94c..ff7e0c853 100644 --- a/.github/workflows/generate-reference-data.yml +++ b/.github/workflows/generate-reference-data.yml @@ -1,8 +1,7 @@ name: Generate testpackage reference data -on: - # Only run when triggered manually - workflow_dispatch: +# Only run when triggered manually +on: workflow_dispatch jobs: # This should be kept identical to the build_testpackage job in github-ci.yml @@ -35,7 +34,7 @@ jobs: # with: # name: Testpackage build log # path: build.log - + run_testpackage: # Run the testpackage on the carrington cluster runs-on: carrington