Skip to content

Commit

Permalink
chore: dev workflow 서브모듈 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Nov 12, 2024
1 parent 52fa7bf commit f88b771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Check if docker-compose-client.yml was modified
run: |
git submodule update --recursive --remote
git fetch --prune --unshallow
if git diff --name-only HEAD~1 HEAD | grep -q "docker-compose-client.yml"; then
echo "modified=true" >> $GITHUB_ENV
Expand Down

0 comments on commit f88b771

Please sign in to comment.