Skip to content

Commit 01c61dc

Browse files
committed
Update glob for repo hash key
1 parent 9465fb5 commit 01c61dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/templates/test-make.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
- name: COMPUTE REPO HASH
213213
id: hash
214214
run: |
215-
echo "hash=${{ hashFiles('**/*', '!.github/**/*', '!*.bazel', '!*.bzl', '!BUILD.*') }}" | tee -a $GITHUB_OUTPUT
215+
echo "hash=${{ hashFiles('**', '!WORKSPACE', '!.github/**', '!**.bazel', '!**.bzl', '!**/BUILD.*') }}" | tee -a $GITHUB_OUTPUT
216216
- name: COMPUTE PREVIOUS RUN ATTEPMT
217217
id: previous-attempt
218218
run: |

.github/workflows/test-make.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: COMPUTE REPO HASH
3636
id: hash
3737
run: |
38-
echo "hash=${{ hashFiles('**/*', '!.github/**/*', '!*.bazel', '!*.bzl', '!BUILD.*') }}" | tee -a $GITHUB_OUTPUT
38+
echo "hash=${{ hashFiles('**', '!WORKSPACE', '!.github/**', '!**.bazel', '!**.bzl', '!**/BUILD.*') }}" | tee -a $GITHUB_OUTPUT
3939
- name: COMPUTE PREVIOUS RUN ATTEPMT
4040
id: previous-attempt
4141
run: |

0 commit comments

Comments
 (0)