mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Further attempts to resolve not succeeding first time through
This commit is contained in:
parent
f1483714ea
commit
e5a6987af1
3 changed files with 12 additions and 0 deletions
|
@ -260,6 +260,10 @@ jobs:
|
|||
separate-directories: true
|
||||
delete-merged: true
|
||||
|
||||
- name: Wait For Artifacts 2
|
||||
run: |
|
||||
sleep 60
|
||||
|
||||
- name: Download Test Run Artifacts
|
||||
id: download-test-run-artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
|
@ -251,6 +251,10 @@ jobs:
|
|||
separate-directories: true
|
||||
delete-merged: true
|
||||
|
||||
- name: Wait For Artifacts 2
|
||||
run: |
|
||||
sleep 60
|
||||
|
||||
- name: Download Test Run Artifacts
|
||||
id: download-test-run-artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
|
@ -259,6 +259,10 @@ jobs:
|
|||
separate-directories: true
|
||||
delete-merged: true
|
||||
|
||||
- name: Wait For Artifacts 2
|
||||
run: |
|
||||
sleep 60
|
||||
|
||||
- name: Download Test Run Artifacts
|
||||
id: download-test-run-artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue