We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02c606 commit 00716e8Copy full SHA for 00716e8
1 file changed
.github/workflows/diregapic.yaml
@@ -32,7 +32,7 @@ jobs:
32
# Skip any config-only changes when determining whether the API changed:
33
# - The execution timestamp recorded in the config will always differ from the previous one
34
# - Some schema hashes appear to change for no reason (internal issue 406083082)
35
- echo api_changes=$( { git diff-index HEAD | grep -v compute.config.json &> /dev/null ; } && git diff-index --shortstat HEAD) >> $GITHUB_ENV
+ echo api_changes=$( { git diff --stat | grep -v file | grep -v compute.config.json ; } && git diff-index --shortstat HEAD) >> $GITHUB_ENV
36
- name: Build GAPIC clients
37
if: contains(env.api_changes, 'file')
38
run: |
0 commit comments