From e65da2cd95deb2ca01e96d9a569cef07852498ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:50:18 +0000 Subject: [PATCH] Fix YAML property ordering for timeout-minutes Co-authored-by: ggman12 <17393221+ggman12@users.noreply.github.com> --- .github/workflows/historical-adsb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/historical-adsb.yaml b/.github/workflows/historical-adsb.yaml index e71be60..19198d9 100644 --- a/.github/workflows/historical-adsb.yaml +++ b/.github/workflows/historical-adsb.yaml @@ -257,22 +257,22 @@ jobs: - name: Download all chunk artifacts id: download + timeout-minutes: 60 + continue-on-error: true uses: actions/download-artifact@v4 with: pattern: adsb-map-* path: data/output/adsb_chunks/ merge-multiple: true - timeout-minutes: 60 - continue-on-error: true - name: Retry artifact download on failure if: steps.download.outcome == 'failure' + timeout-minutes: 60 uses: actions/download-artifact@v4 with: pattern: adsb-map-* path: data/output/adsb_chunks/ merge-multiple: true - timeout-minutes: 60 - name: Debug downloaded files run: |