Skip to content

Commit 040f73e

Browse files
committed
ci: rolling: remove redundant changes check
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 5ecf201 commit 040f73e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rolling.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
env:
6363
GH_TOKEN: ${{ steps.app-token.outputs.token }}
6464
run: |
65-
git diff --exit-code schema.yml && exit 0 || echo
66-
6765
version="$(yq -r '.info.version' schema.yml)-$(date +%s)"
6866
make version="$version"
6967

0 commit comments

Comments
 (0)