Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 1, 2024
1 parent 094367f commit 44394cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/settings-1-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ jobs:
fail-fast: false
matrix:
update: ${{ fromJson(toJson(needs.setup-settings-update.outputs.updates)) }}
Example of this matrix:
update:
- deployment-environment: Gadi
type: Release
spack:
0.20: yhr873y4387
0.22: 98u928eu9ue
- deployment-environment: Gadi
type: Prerelease
spack:
0.20: yhr873y4387
0.22: 98u928eu9ue
etc ...
# Example of this matrix:
# update:
# - deployment-environment: Gadi
# type: Release
# spack:
# 0.20: yhr873y4387
# 0.22: 98u928eu9ue
# - deployment-environment: Gadi
# type: Prerelease
# spack:
# 0.20: yhr873y4387
# 0.22: 98u928eu9ue
# etc ...

uses: codegat-test-org/test/.github/workflows/settings-2-deploy.yml@main
with:
Expand Down
1 change: 1 addition & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
}
}


0 comments on commit 44394cd

Please sign in to comment.