Skip to content

Commit

Permalink
(Maybe) fix formatting of generate_reference_data Actions workflow
Browse files Browse the repository at this point in the history
YAML is a stupid file format and nobody should ever use it.
  • Loading branch information
ursg committed Dec 7, 2023
1 parent 90ae685 commit 73ea878
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate-reference-data.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 73ea878

Please sign in to comment.