From e3fe610cc2ee9608ae271ba02c5a162e473ccfed Mon Sep 17 00:00:00 2001 From: Karol Krizka Date: Sat, 28 Dec 2024 09:59:11 +0100 Subject: [PATCH] Rename concretize to build in spack CI. --- .../{concretize-template.yaml => build-template.yaml} | 2 +- .github/workflows/{concretize.yaml => build.yaml} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{concretize-template.yaml => build-template.yaml} (99%) rename .github/workflows/{concretize.yaml => build.yaml} (72%) diff --git a/.github/workflows/concretize-template.yaml b/.github/workflows/build-template.yaml similarity index 99% rename from .github/workflows/concretize-template.yaml rename to .github/workflows/build-template.yaml index 0da1507..3be3486 100644 --- a/.github/workflows/concretize-template.yaml +++ b/.github/workflows/build-template.yaml @@ -8,7 +8,7 @@ on: type: string jobs: - concretize: + build: runs-on: ubuntu-22.04 permissions: packages: write diff --git a/.github/workflows/concretize.yaml b/.github/workflows/build.yaml similarity index 72% rename from .github/workflows/concretize.yaml rename to .github/workflows/build.yaml index 2da053c..d41c7d3 100644 --- a/.github/workflows/concretize.yaml +++ b/.github/workflows/build.yaml @@ -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 }} \ No newline at end of file