1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

add always

This commit is contained in:
Jason N. 2024-02-28 16:46:15 -05:00
parent 8af60fb525
commit 272f72c084

View file

@ -81,6 +81,7 @@ jobs:
needs: needs:
- check-changes - check-changes
- build-container - build-container
if: always() && (needs.build-container.result == 'success' || needs.build-container.result == 'skipped')
permissions: permissions:
contents: read contents: read
packages: write packages: write