actions: Fail on Check Fail
Some checks failed
Build Docker / CheckFiles (push) Failing after 6s
Build Docker / Build Docker (push) Has been skipped

This commit is contained in:
2023-07-27 22:48:25 +10:00
parent 923fa75b12
commit 21a6cdee20

View File

@@ -23,6 +23,7 @@ jobs:
done
Build Docker:
runs-on: ubuntu-latest
needs: CheckFiles
steps:
- name: Checkout
uses: actions/checkout@v2