Skip to content

Commit

Permalink
Suppress bazel changes in upstream utils
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 23, 2024
1 parent b06d5a8 commit 6f45535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
- name: Add untracked files to index so they count as changes
run: git add -A
- name: Check output
run: git --no-pager diff --exit-code HEAD
run: git --no-pager diff --exit-code HEAD ':!*.bazel'

0 comments on commit 6f45535

Please sign in to comment.