Skip to content

Commit 0ae803b

Browse files
Yanghan Wangfacebook-github-bot
authored andcommitted
small fixes of github CI
Summary: X-link: facebookresearch/d2go#662 - d2go: aws model zoo is not available anymore, disable the test in oss. - d2: scripts running at midnight hitting rate limit issue, change it to a random time. Differential Revision: D57085427 fbshipit-source-id: 8dc24b2a7996c8ae5ed8808c3301af2851c15a14
1 parent 5c380fd commit 0ae803b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/needs-reply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close/Lock issues after inactivity
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "42 1 * * *"
66

77
jobs:
88
close-issues-needs-more-info:

0 commit comments

Comments
 (0)