Skip to content

Commit

Permalink
Making kokkos_version a required variable for reusable workflows
Browse files Browse the repository at this point in the history
This will avoid having mistakes later when someone takes out
the input by mistake and gets a potential incompatibility from
kokkos@develop
  • Loading branch information
lucbv committed Oct 18, 2024
1 parent 65c1948 commit cdedb98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bdw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
kokkos_version:
description: 'The Kokkos Core version to build'
default: ''
required: false
required: true
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/h100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
kokkos_version:
description: 'The Kokkos Core version to build'
default: ''
required: false
required: true
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mi210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
kokkos_version:
description: 'The Kokkos Core version to build'
default: ''
required: false
required: true
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
kokkos_version:
description: 'The Kokkos Core version to build'
default: ''
required: false
required: true
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volta70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
kokkos_version:
description: 'The Kokkos Core version to build'
default: ''
required: false
required: true
type: string

jobs:
Expand Down

0 comments on commit cdedb98

Please sign in to comment.