We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36142c commit cb694b1Copy full SHA for cb694b1
.github/workflows/installer.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Detect changes to installer README
103
id: changed-readme
104
run: |
105
- if git diff --name-only HEAD~1.. | grep -q "^installer/README.md$"; then
+ if git diff --name-only HEAD~1.. | grep -q "^installer/README.md$|^deploy/scripts/.*install-combine.*$"; then
106
echo "changed=true" >> $GITHUB_OUTPUT
107
else
108
echo "changed=false" >> $GITHUB_OUTPUT
0 commit comments