Skip to content

Commit 7828b1d

Browse files
authored
ci: Fix worflow syntax (#175)
1 parent d57492c commit 7828b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_stackablectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
run: cargo build --target ${{ matrix.target }} -p stackablectl
6868

6969
- name: Ensure shell completions up-to-date
70-
if: matrix.os = 'x86_64-unknown-linux-gnu'
70+
if: matrix.os == 'x86_64-unknown-linux-gnu'
7171
run: |
7272
cargo xtask gen-comp
7373
git diff --exit-code
7474
7575
- name: Ensure man page is up-to-date
76-
if: matrix.os = 'x86_64-unknown-linux-gnu'
76+
if: matrix.os == 'x86_64-unknown-linux-gnu'
7777
run: |
7878
cargo xtask gen-man
7979
git diff --exit-code

0 commit comments

Comments
 (0)