Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remnant WAVE_RUN from archive (#1556)
`$WAVE_RUN` is no longer used in workflow, but one reference remained in the archive job, which would cause failures. The conditional did not need to be replaced by `$RUN` since `$RUN` has already been checked at that point. Fixes #1548
- Loading branch information