Hi
our repo only contains tests. We have the following requirement:
1- run the tests on every code push (this is done) on a particular env
2- run the tests twice a day (schedule) on two different env (diff URLs)
how do we achieve this please
Hi
our repo only contains tests. We have the following requirement:
1- run the tests on every code push (this is done) on a particular env
2- run the tests twice a day (schedule) on two different env (diff URLs)
how do we achieve this please
Hi @ngul!
Welcome to the community!
Hmm, could you provide more information? what do you mean by a particular ‘env’? For example, for GitHub, you can trigger a build for a specific branch, author, commit, etc. using conditionals: Using Conditionals | Buildkite Documentation
For scheduling build, you can check more information on how to do it on our docs: Scheduled Builds | Buildkite Documentation
If you want to share specific pipeline examples and builds, you can send us that information to support@buildkite.com
Cheers!