Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't skip CI for dynamic README workflow
Some projects have required checks for commits to run an action, for example: ``` remote: error: GH006: Protected branch update failed for refs/heads/main. remote: error: Required status check "ci/circleci: build" is expected. ``` I will keep this in mind for a future iteration: add a conditional for a repo to run ci. But for now, all README updates will trigger CI for all repos.
- Loading branch information