WebTransport Interop #42
This file contains hidden or 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: WebTransport Interop | |
| on: | |
| schedule: | |
| # Every 12h at 09:15 UTC and 21:15 UTC. | |
| - cron: "15 9,21 * * *" | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/interop.yml | |
| with: | |
| protocol: webtransport | |
| implementations_file: implementations_webtransport.json | |
| upload_dir: ${{ vars.LOG_DIR_WEBTRANSPORT }} | |
| upload_results: true | |
| run_measurements: false | |
| secrets: inherit |