Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jul 31, 2024
1 parent b140abf commit b9afe8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
downstream: zk-light-clients
steps:
- uses: actions/checkout@v4
- if: matrix.downstream == "zk-light-clients"
- if: matrix.downstream == 'zk-light-clients'
run: |
echo "${{ matrix.light-client }}"
- if: matrix.downstream != "zk-light-clients"
- if: matrix.downstream != 'zk-light-clients'
run: |
echo "${{ matrix.downstream }}"
Expand Down

0 comments on commit b9afe8c

Please sign in to comment.