Skip to content

Commit

Permalink
Update .github/actions/Nightly_04_SpackInstall/action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Oct 23, 2024
1 parent d75cb5b commit 97fb352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/Nightly_04_SpackInstall/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
run: |
RUNID=$(<RUNID_SAVE.log)
DOW=$(<DOW_SAVE.log)
# Bbuild everything from scratch on Sundays, otherwise
# Build everything from scratch on Sundays, otherwise
# use build cache to speed up the installations.
# Monday is 1 ... Sunday is 7
if [[ $DOW == 7 ]]; then
Expand Down

0 comments on commit 97fb352

Please sign in to comment.