attempt to make the build job always run, why is it being skipped!

This commit is contained in:
otavepto 2023-12-27 22:41:18 +02:00
parent 5e81fe9d25
commit d0519e3fe5

View File

@ -78,6 +78,7 @@ jobs:
build:
runs-on: ubuntu-22.04
needs: [ dependencies ]
if: always()
steps:
- name: Checkout branch