ignore missing js step
Some checks are pending
ci / build (8.0.x) (push) Waiting to run
ci / build-Docker (push) Blocked by required conditions

This commit is contained in:
Andy Pack 2024-06-09 18:44:44 +01:00
parent 35180a331f
commit 452320e76f
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -27,7 +27,7 @@ jobs:
build-Docker: build-Docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build, build-Js] # for ignoring bad builds needs: [build] # for ignoring bad builds
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
steps: steps: