Multiple Teams Max Throughput #3
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: Multiple Teams Max Throughput | |
on: | |
workflow_dispatch: | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger other workflows | |
run: echo "Run team1-max.yml, team3-max.yml, team5-max.yml." |