Skip to content

Commit 7efb364

Browse files
gtwang01facebook-github-bot
authored andcommitted
Reenable auto retry workflow (#4140)
Summary: Auto retry build should have been made more reliable in D68032708, so reenable it. Differential Revision: D68636531
1 parent 3f3d18d commit 7efb364

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,5 @@ jobs:
144144
GH_TOKEN: ${{ github.token }}
145145
GH_DEBUG: api
146146
run: |
147-
echo Disabled auto retry workflow
148-
# gh workflow run retry_build.yml \
149-
# -F run_id=${{ github.run_id }}
147+
gh workflow run retry_build.yml \
148+
-F run_id=${{ github.run_id }}

0 commit comments

Comments
 (0)