ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-22 14:41:26 +08:00
parent 966578ef84
commit 066f902073
2 changed files with 2 additions and 3 deletions

View File

@@ -255,8 +255,8 @@ jobs:
retention-days: 30
push_images:
if: ${{ always() && needs.build_crawlab.result == 'success' }}
needs: [setup, build_crawlab]
if: ${{ always() && needs.test_crawlab.result == 'success' }}
needs: [setup, test_crawlab]
runs-on: ubuntu-latest
strategy:
matrix:

View File

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