Skip to content

Commit

Permalink
Add exit instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Jan 13, 2024
1 parent 3a4d573 commit 49ddc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
repo init --depth=1 -u ${{ github.event.inputs.ROM_MANIFEST_URL }} -b ${{ github.event.inputs.ROM_MANIFEST_BRANCH }} --git-lfs &&
git clone ${{ github.event.inputs.LOCAL_MANIFEST_URL }} -b ${{ github.event.inputs.LOCAL_MANIFEST_BRANCH }} .repo/local_manifests
fi
timeout 1m repo sync --force-sync || true
timeout 1m repo sync --force-sync || exit
timeout-minutes: 6
strategy:
fail-fast: true
fail-fast: true

0 comments on commit 49ddc2a

Please sign in to comment.