esp-rs / esp-template

A minimal esp-hal application template for use with cargo-generate
Apache License 2.0
143 stars 29 forks source link

Avoid running docker checks when not necessary #83

Closed SergioGasquez closed 1 year ago

SergioGasquez commented 1 year ago

The CI is pretty slow and there is no benefit from running the docker-checks for PRs. One possible solution would be to move it to a separate yaml file and run the docker-checks only for PRs/push that modify anything related to containers or in scheduled runs.