feat: Add back the tox_loop
implementation for low latency.
#474
Workflow file for this run
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: checks | |
on: | |
pull_request: | |
branches: [master] | |
types: [opened, reopened, synchronize, milestoned] | |
pull_request_target: | |
branches: [master] | |
jobs: | |
checks: | |
uses: TokTok/ci-tools/.github/workflows/check-release.yml@master |