From 1b6e8ffec8beb97daf6fb0791806eeda1612dd16 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 3 Jun 2022 15:33:48 +0800 Subject: [PATCH] updated workflows --- .github/workflows/docker-crawlab.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 52703302..79f3ae81 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -33,11 +33,14 @@ jobs: run: | for file in ${{ steps.changed-files.outputs.all_changed_files }}; do if [[ $file =~ ^${IMAGE_PATH_CRAWLAB_BACKEND}/.* ]]; then + file=$file is_matched=1 break fi done echo "::set-output name=matched::$is_matched" + echo "is_matched: $is_matched" + echo "file: $file" - id: changed_files_frontend name: Check changed files for frontend run: |