Skip to content

Commit 301a1f3

Browse files
rami3lsmoelius
andcommitted
ci(gen-workflows): remove --quiet from git diff
Co-authored-by: Samuel Moelius <35515885+smoelius@users.noreply.github.com>
1 parent fede22f commit 301a1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ jobs:
13491349
- name: Run CI workflow generation checks
13501350
run: |
13511351
./ci/actions-templates/gen-workflows.sh
1352-
git diff --quiet
1352+
git diff --exit-code
13531353
- name: Prep cargo dirs
13541354
run: |
13551355
mkdir -p ~/.cargo/{registry,git}

ci/actions-templates/centos-fmt-clippy-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs: # skip-all
2222
- name: Run CI workflow generation checks
2323
run: |
2424
./ci/actions-templates/gen-workflows.sh
25-
git diff --quiet
25+
git diff --exit-code
2626
- name: Prep cargo dirs
2727
run: |
2828
mkdir -p ~/.cargo/{registry,git}

0 commit comments

Comments
 (0)