Browse Source

perf: diff with head not dev

pull/14164/head^2
ibuler 2 months ago committed by 老广
parent
commit
24255b69ee
  1. 2
      .github/workflows/build-base-image.yml

2
.github/workflows/build-base-image.yml

@ -22,7 +22,7 @@ jobs:
- name: Check conditions
id: set_skip_flag
run: |
if git diff --name-only dev | grep -E 'poetry.lock|pyproject.toml|Dockerfile-base|package.json|go.mod|yarn.lock|pom.xml|install_deps.sh';then
if git diff --name-only HEAD^ HEAD | grep -E 'poetry.lock|pyproject.toml|Dockerfile-base|package.json|go.mod|yarn.lock|pom.xml|install_deps.sh';then
echo "Found deps file changes"
else
echo "Not found deps file changes, skip build"

Loading…
Cancel
Save