From 651eb07ac83cfe56253f37203057bd934981023f Mon Sep 17 00:00:00 2001 From: Mike Lay Date: Wed, 10 Apr 2024 08:25:58 -0700 Subject: [PATCH] Avoid rate limit error on scheduled daily test (#376) * Avoid rate limit error on scheduled daily test There appears to be an issue when scanning issues for a matching issue title which triggers a secondary rate limit error. As this is not the primary feature we are using and an optimization, removing this for now See: https://github.com/mlcommons/newhelm/actions/runs/8604877224/job/23579923706 See: https://github.com/JasonEtco/create-an-issue/issues/142 --- .github/workflows/scheduled-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/scheduled-tests.yml b/.github/workflows/scheduled-tests.yml index 62f8c8f6..12fcc9bf 100644 --- a/.github/workflows/scheduled-tests.yml +++ b/.github/workflows/scheduled-tests.yml @@ -90,4 +90,3 @@ jobs: RUN_ID: ${{ github.run_id }} with: filename: .github/failed-scheduled-issue.md - update_existing: true