From 0d0f7f83ed223e93af8a0b4faeb578d88de06a34 Mon Sep 17 00:00:00 2001 From: HanneThienpondt Date: Mon, 30 Sep 2024 17:40:23 +0200 Subject: [PATCH] Correct job names --- .github/workflows/old_stella_releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/old_stella_releases.yml b/.github/workflows/old_stella_releases.yml index 6039dd5a07..b2f694b321 100644 --- a/.github/workflows/old_stella_releases.yml +++ b/.github/workflows/old_stella_releases.yml @@ -16,7 +16,7 @@ jobs: #----------------------------------------------------------------------- # Perform python tests one by one - stella_v0.5: + stella-v0.5: runs-on: ubuntu-22.04 env: OMPI_MCA_rmaps_base_oversubscribe: yes @@ -72,7 +72,7 @@ jobs: if ${{ contains(matrix.config.name, '7 -') }}; then make numerical-tests-7; fi # Perform python tests one by one - stella_v0.6: + stella-v0.6: runs-on: ubuntu-22.04 env: OMPI_MCA_rmaps_base_oversubscribe: yes @@ -129,7 +129,7 @@ jobs: # Perform python tests one by one - stella_v0.7: + stella-v0.7: runs-on: ubuntu-22.04 env: OMPI_MCA_rmaps_base_oversubscribe: yes