Skip to content

Commit

Permalink
Don't skip CI for dynamic README workflow
Browse files Browse the repository at this point in the history
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
Stefanni Brasil committed Mar 25, 2024
1 parent 47166e2 commit 7a8819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
README.md
committer_name: github-actions[bot]
committer_email: github-actions[bot]@users.noreply.github.com
commit_message: 'docs: update readme file with markdown templates [skip ci]'
commit_message: 'docs: update readme file with markdown templates'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a8819b

Please sign in to comment.