Skip to content

Commit

Permalink
Avoid rate limit error on scheduled daily test (#376)
Browse files Browse the repository at this point in the history
* 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: JasonEtco/create-an-issue#142
  • Loading branch information
mkly committed Apr 10, 2024
1 parent 4088c92 commit 1a38e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scheduled-tests.yml
Expand Up @@ -90,4 +90,3 @@ jobs:
RUN_ID: ${{ github.run_id }}
with:
filename: .github/failed-scheduled-issue.md
update_existing: true

0 comments on commit 1a38e34

Please sign in to comment.