We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b1c33 commit c810b2eCopy full SHA for c810b2e
1 file changed
.github/workflows/pr-deploy-and-test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
git fetch origin "${{ github.event.pull_request.base.ref }}"
32
33
- if git diff --name-only "origin/${{ github.event.pull_request.base.ref }}" "${{ github.sha }}" | grep -Eq '^(lambdas/recordprocessor/|shared/src/common/)'; then
+ if git diff --name-only "origin/${{ github.event.pull_request.base.ref }}" "${{ github.sha }}" | grep -Eq '^(lambdas/recordprocessor/|lambdas/shared/src/common/)'; then
34
echo "has_changes=true" >> "$GITHUB_OUTPUT"
35
else
36
echo "has_changes=false" >> "$GITHUB_OUTPUT"
0 commit comments