Skip to content

Commit

Permalink
try inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverNChalk committed Nov 25, 2024
1 parent a636acd commit b5668a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
if: needs.skip-duplicates.outputs.should_skip != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
if: "${{ secrets.CI_READ != null }}"
with:
token: ${{ secrets.CI_READ }}
submodules: recursive
- uses: actions/checkout@v3
if: "${{ secrets.CI_READ == null }}"
with:
submodules: recursive
- uses: ./.github/workflows/actions/checkout
with:
token: ${{ secrets.CI_READ }}
Expand Down

0 comments on commit b5668a2

Please sign in to comment.