Skip to content

Commit

Permalink
Reenable auto retry workflow (#4140)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #4140

Auto retry build should have been made more reliable in D68032708, so reenable it.

Reviewed By: mengdilin

Differential Revision: D68636531

fbshipit-source-id: 00fe52bbd2a711d3a74b6febaac9763d384af0bf
  • Loading branch information
gtwang01 authored and facebook-github-bot committed Jan 24, 2025
1 parent dc8d29a commit 3c0133f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: |
echo Disabled auto retry workflow
# gh workflow run retry_build.yml \
# -F run_id=${{ github.run_id }}
gh workflow run retry_build.yml \
-F run_id=${{ github.run_id }}

0 comments on commit 3c0133f

Please sign in to comment.