From 0ae803b1449cd2d3f8fa1b7c0f59356db10b3083 Mon Sep 17 00:00:00 2001 From: Yanghan Wang Date: Tue, 7 May 2024 22:15:28 -0700 Subject: [PATCH] small fixes of github CI Summary: X-link: https://github.com/facebookresearch/d2go/pull/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 --- .github/workflows/needs-reply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/needs-reply.yml b/.github/workflows/needs-reply.yml index 4affabd349..4b113d8fa9 100644 --- a/.github/workflows/needs-reply.yml +++ b/.github/workflows/needs-reply.yml @@ -2,7 +2,7 @@ name: Close/Lock issues after inactivity on: schedule: - - cron: "0 0 * * *" + - cron: "42 1 * * *" jobs: close-issues-needs-more-info: