mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
add always
This commit is contained in:
parent
8af60fb525
commit
272f72c084
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
|
@ -81,6 +81,7 @@ jobs:
|
|||
needs:
|
||||
- check-changes
|
||||
- build-container
|
||||
if: always() && (needs.build-container.result == 'success' || needs.build-container.result == 'skipped')
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue