Skip to content

Commit

Permalink
tryu somhasjkdf
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Nov 25, 2024
1 parent b5668a2 commit 3517ff8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
if: "${{ secrets.CI_READ != null }}"
if: "${{ secrets.CI_READ }} != ''"
with:
token: ${{ secrets.CI_READ }}
submodules: recursive
- uses: actions/checkout@v3
if: "${{ secrets.CI_READ == null }}"
if: "${{ secrets.CI_READ }} == null "
with:
submodules: recursive
- uses: ./.github/workflows/actions/checkout
with:
token: ${{ secrets.CI_READ }}
- uses: ./.github/workflows/actions/rust-toolchain
with:
token: ${{ secrets.CI_READ }}
Expand Down

0 comments on commit 3517ff8

Please sign in to comment.