mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-05-10 19:14:52 +02:00
Fix YAML property ordering for timeout-minutes
Co-authored-by: ggman12 <17393221+ggman12@users.noreply.github.com>
This commit is contained in:
@@ -257,22 +257,22 @@ jobs:
|
|||||||
|
|
||||||
- name: Download all chunk artifacts
|
- name: Download all chunk artifacts
|
||||||
id: download
|
id: download
|
||||||
|
timeout-minutes: 60
|
||||||
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
pattern: adsb-map-*
|
pattern: adsb-map-*
|
||||||
path: data/output/adsb_chunks/
|
path: data/output/adsb_chunks/
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
timeout-minutes: 60
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Retry artifact download on failure
|
- name: Retry artifact download on failure
|
||||||
if: steps.download.outcome == 'failure'
|
if: steps.download.outcome == 'failure'
|
||||||
|
timeout-minutes: 60
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
pattern: adsb-map-*
|
pattern: adsb-map-*
|
||||||
path: data/output/adsb_chunks/
|
path: data/output/adsb_chunks/
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
timeout-minutes: 60
|
|
||||||
|
|
||||||
- name: Debug downloaded files
|
- name: Debug downloaded files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user