Skip to content

Commit

Permalink
retry5
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetsharma21 committed Oct 13, 2024
1 parent 5747996 commit cb28a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
retry:
runs-on: ubuntu-latest
needs: log-result
if: ${{ always() }}
strategy:
matrix:
platform: [linux/ppc64le] # Only retry for linux/ppc64le
timeout-minutes: 20 # Set timeout for the retry job
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit cb28a0c

Please sign in to comment.