mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated workflow
This commit is contained in:
2
.github/workflows/docker-crawlab.yml
vendored
2
.github/workflows/docker-crawlab.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user