Skip to content

Commit

Permalink
Update sklearnserver-docker-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: puneetsharma21 <[email protected]>
  • Loading branch information
puneetsharma21 authored Oct 11, 2024
1 parent b0c45a4 commit 94c421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
retry:
runs-on: ubuntu-latest
needs: test
if: ${{ always() }} # Always run this job after test
if: ${{ failure() }} # Always run this job after test
strategy:
matrix:
platform: [linux/ppc64le] # Only retry for linux/ppc64le
Expand Down

0 comments on commit 94c421e

Please sign in to comment.