Skip to content

Commit

Permalink
Rename concretize to build in spack CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Dec 28, 2024
1 parent 7a08937 commit e3fe610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

jobs:
concretize:
build:
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Spack Build
on: push

jobs:
concretize:
build:
strategy:
fail-fast: false
matrix:
target: [common, release, release-debug]
uses: ./.github/workflows/concretize-template.yaml
uses: ./.github/workflows/build-template.yaml
with:
target: ${{ matrix.target }}

0 comments on commit e3fe610

Please sign in to comment.