[x] I have run the ci check script with source scripts/run_ci_checks.sh.
Rationale for this change
Running each example in the CI times out the runner because building and running in test mode on a runner is extremely slow. There are too many examples to be running in the CI right now. This PR moves the examples into their own job which could be run independently of the normal CI flow if desired.
What changes are included in this PR?
[x] moves the examples into a different job to prevent them from running during normal testing CI
Please go through the following checklist
!
is used if and only if at least one breaking change has been introduced.source scripts/run_ci_checks.sh
.Rationale for this change
Running each example in the CI times out the runner because building and running in test mode on a runner is extremely slow. There are too many examples to be running in the CI right now. This PR moves the examples into their own job which could be run independently of the normal CI flow if desired.
What changes are included in this PR?
yes