mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-26 06:52:53 +00:00
perf: diff with head not dev
This commit is contained in:
parent
3bb51b39c4
commit
24255b69ee
2
.github/workflows/build-base-image.yml
vendored
2
.github/workflows/build-base-image.yml
vendored
@ -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…
Reference in New Issue
Block a user