Skip to content

Commit 36329d6

Browse files
authored
Merge pull request #467 from oracle/joshunter/workflowSleep
Add sleep to workflow on download
2 parents 9286872 + 5d315d9 commit 36329d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/releasepublished.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
env:
8686
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
8787
run: |
88+
sleep 300
8889
if [ "$RELEASE" = "latest" ]; then
8990
echo "Using latest release"
9091
set +e

0 commit comments

Comments
 (0)