mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated package actions to sleep 20 before trying to merge artifacts
This commit is contained in:
parent
a8b56bd2bc
commit
6cd37bf16f
3 changed files with 9 additions and 1 deletions
|
@ -247,6 +247,10 @@ jobs:
|
|||
t=$(shuf -i 1-30 -n 1); echo "Sleeping $t seconds"; sleep "$t"
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
|
|
|
@ -237,6 +237,10 @@ jobs:
|
|||
run: |
|
||||
t=$(shuf -i 1-30 -n 1); echo "Sleeping $t seconds"; sleep "$t"
|
||||
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
|
|
|
@ -247,7 +247,7 @@ jobs:
|
|||
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 30
|
||||
sleep 20
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue