Is your feature request related to a problem? Please describe.
The EndToEnd tests interact with the GitHub API, which is rate limited. Unfortunately, we exceed those limits when many CI workflows are run within a relatively short period of time.
Describe the solution you'd like
- The standard CI workflow should execute all tests EXCEPT EndToEnd tests.
- We should introduce a new CI workflow that executes EndToEnd tests; this workflow should be run periodically. Ideally it will run at least once per day or every hour when changes have been introduced (if possible). It would be nice if failures in this periodic workflow notified people who have made changes since the last time the periodic workflow was run (if possible).
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
The EndToEnd tests interact with the GitHub API, which is rate limited. Unfortunately, we exceed those limits when many CI workflows are run within a relatively short period of time.
Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context
N/A