diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index eeeec744..eb286273 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -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: diff --git a/backend/README.md b/backend/README.md index dafe39e1..a1d4b01a 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,4 +1,3 @@ # crawlab-backend Backend (Golang) for Crawlab -