Skip to content

Commit 6f34d2b

Browse files
committed
j
1 parent 3517ff8 commit 6f34d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
token: ${{ secrets.CI_READ }}
4343
submodules: recursive
4444
- uses: actions/checkout@v3
45-
if: "${{ secrets.CI_READ }} == null "
45+
if: "${{ secrets.CI_READ }} == ''"
4646
with:
4747
submodules: recursive
4848
- uses: ./.github/workflows/actions/rust-toolchain

0 commit comments

Comments
 (0)