From 066f902073374d61cdb01d6e4832bfefda66fd8e Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 22 Oct 2024 14:41:26 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/docker-crawlab.yml | 4 ++-- backend/README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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 -