We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c810b2e commit f7b9daeCopy full SHA for f7b9dae
1 file changed
.github/workflows/continuous-deployment.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Detect recordprocessor changes compared to master
29
id: detect
30
run: |
31
- if git diff --name-only "${{ github.event.before }}" "${{ github.sha }}" | grep -Eq '^(lambdas/recordprocessor/|lambdas/shared/src/common/)'; then
+ if git diff --name-only "${{ github.event.before }}" "${{ github.sha }}" | grep -Eq '^(lambdas/recordprocessor/)'; then
32
echo "has_changes=true" >> "$GITHUB_OUTPUT"
33
else
34
echo "has_changes=false" >> "$GITHUB_OUTPUT"
0 commit comments