Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: fixed success-only archive job bug
The Archive CI job in GitHub Actions only triggered when the run is successful. However, if the run is failing, it cannot archive due to the missing 'if: always()' conditions. Hence, let's fix it. This patch fixes success-only archive job bug in .github directory. Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me> Co-authored-by: Galyna, Cory <cory.galyna@gmail.com> Co-authored-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com> Signed-off-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com>
- Loading branch information