Skip to content

Commit

Permalink
ci(gen-workflows): remove --quiet from git diff
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Moelius <35515885+smoelius@users.noreply.github.com>
  • Loading branch information
rami3l and smoelius committed Jul 12, 2024
1 parent fede22f commit f90ac8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ jobs:
- name: Run CI workflow generation checks
run: |
./ci/actions-templates/gen-workflows.sh
git diff --quiet
git diff --exit-code
- name: Prep cargo dirs
run: |
mkdir -p ~/.cargo/{registry,git}
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/centos-fmt-clippy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs: # skip-all
- name: Run CI workflow generation checks
run: |
./ci/actions-templates/gen-workflows.sh
git diff --quiet
git diff --exit-code
- name: Prep cargo dirs
run: |
mkdir -p ~/.cargo/{registry,git}
Expand Down

0 comments on commit f90ac8f

Please sign in to comment.