ubicloud/config/github_runner_e2e_tests.yml
Burak Velioglu 4bb3528b3f Add config file to keep workflow information for github runner tests
Keeping workflow information which will be triggered from e2e test
machine while running github runner e2e test. It allows us to add
new test workflows to trigger, so new workflows can be added easily.
2024-05-23 16:12:36 -07:00

2 lines
348 B
YAML

- {name: github_runner_ubuntu_2204, image_name: github-ubuntu-2204, runs: [{repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2204.yml, branch_name: main}]}
- {name: github_runner_ubuntu_2004, image_name: github-ubuntu-2004, runs: [{repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2004.yml, branch_name: main}]}