Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetsharma21 committed Oct 11, 2024
1 parent fbc668e commit 009edbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
retry:
runs-on: ubuntu-latest
needs: test
if: ${{ needs.test.result != 'success' }} # Retry if the test job did not succeed
steps:
- name: Retry failed job due to timeout or cancellation
run: echo "Retrying job due to timeout failure or cancellation..."
Expand Down

0 comments on commit 009edbe

Please sign in to comment.