ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-21 12:31:01 +08:00
parent c866478709
commit ebe27dd38b
2 changed files with 1 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ jobs:
build_backend:
needs: [ setup, test_backend ]
if: needs.setup.outputs.backend_changed == 'true'
if: needs.test_backend.result == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -1,4 +1,3 @@
# crawlab-backend
Backend (Golang) for Crawlab