Skip to content

Commit 7a8819b

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamic-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
README.md
3030
committer_name: github-actions[bot]
3131
committer_email: github-actions[bot]@users.noreply.github.com
32-
commit_message: 'docs: update readme file with markdown templates [skip ci]'
32+
commit_message: 'docs: update readme file with markdown templates'
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)