Commit 7a8819b
authored
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.1 parent 47166e2 commit 7a8819b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments