Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
run: cargo build --target ${{ matrix.target }} -p stackablectl

- name: Ensure shell completions up-to-date
if: matrix.os = 'x86_64-unknown-linux-gnu'
if: matrix.os == 'x86_64-unknown-linux-gnu'
run: |
cargo xtask gen-comp
git diff --exit-code

- name: Ensure man page is up-to-date
if: matrix.os = 'x86_64-unknown-linux-gnu'
if: matrix.os == 'x86_64-unknown-linux-gnu'
run: |
cargo xtask gen-man
git diff --exit-code