Reduce rate throttle on v3 fetches. Clean up some stuff. #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
run_test_suite_workflow: | |
uses: ./.github/workflows/test_suite.yml | |
with: | |
branch: main |