From b9afe8c4477b1e53c3eee32ad2b85c36078c4ce1 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Tue, 30 Jul 2024 22:19:24 -0400 Subject: [PATCH] f --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58653ad..dbf94dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"