Skip to content

Commit

Permalink
Temp disable checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Oct 16, 2024
1 parent f2f4248 commit 8013493
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ jobs:
path: android/app/build/extraAssets/relays.json
key: relay-list-${{ steps.get-date.outputs.date }}

- name: Checkout repository
if: steps.cache-relay-list.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
submodules: true
# - name: Checkout repository
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
# uses: actions/checkout@v4
# with:
# submodules: true

- name: Generate relay list
if: steps.cache-relay-list.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8013493

Please sign in to comment.