Skip to content

Commit

Permalink
Revert temporary changes in .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jan 9, 2025
1 parent f120565 commit 28b0fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
# Set up spack-stack
source ./setup.sh
#declare -a TEMPLATES=("unified-dev" "skylab-dev" "cylc-dev")
declare -a TEMPLATES=("cylc-dev")
declare -a TEMPLATES=("unified-dev" "skylab-dev" "cylc-dev")
for TEMPLATE in "${TEMPLATES[@]}"; do
if [[ "${TEMPLATE}" == *"unified-dev"* ]]; then
export ENVNAME=ue-gcc-11.4.0-buildcache
Expand Down

0 comments on commit 28b0fae

Please sign in to comment.