diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8941288..175bddd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,4 +62,6 @@ jobs: 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-minutes: 6 \ No newline at end of file + timeout-minutes: 6 + strategy: + fail-fast: true \ No newline at end of file