Skip to content

Commit

Permalink
Giving retriable workflows a head start
Browse files Browse the repository at this point in the history
  • Loading branch information
alesnovak-s1 committed Sep 10, 2024
1 parent 00e740a commit 6069ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/retry-workflow-build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "Giving the workflow a 5 minute head start"
sleep 300
echo "Retrying workflow"
scripts/cicd/gha/retry_workflow.sh "Build Container Images"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/retry-workflow-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "Giving the workflow a 5 minute head start"
sleep 300
echo "Retrying workflow"
scripts/cicd/gha/retry_workflow.sh "Build Linux Packages"
Expand Down

0 comments on commit 6069ce3

Please sign in to comment.