ci: trigger workflow

This commit is contained in:
Marvin Zhang
2024-11-29 22:19:00 +08:00
parent 4bd28d57e1
commit 8e398bd816

View File

@@ -311,6 +311,11 @@ jobs:
env:
CRAWLAB_NODE_MASTER: N
CRAWLAB_MASTER_HOST: master
options: >-
--health-cmd curl -f http://localhost:8000/health || exit 1
--health-interval 10s
--health-timeout 5s
--health-retries 10
steps:
- name: Checkout repository
uses: actions/checkout@v4