Skip to content

Commit

Permalink
ci: fix typo in profile creation job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton committed Aug 3, 2022
1 parent 1810243 commit 2db6100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/profile_creation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
#----------------------------------------------------------------------------
tutorial_hpc:
name: tututorial-hpc
name: tutorial-hpc
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
#----------------------------------------------------------------------------
tutorial_controls:
name: tututorial-controls
name: tutorial-controls
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
#----------------------------------------------------------------------------
tutorial_controls_hpc:
name: tututorial-controls-hpc
name: tutorial-controls-hpc
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 2db6100

Please sign in to comment.