Skip to content

Commit

Permalink
Skip CI for user list changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Sep 8, 2022
1 parent c702901 commit bd06cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _docs_only_cond(docs_only: bool) -> str:
def is_docs_only() -> Jobs:
"""Check if this change only involves docs."""
linux_x86_64_helper = Helper(Platform.LINUX_X86_64)
docs_files = ["docs/**"]
docs_files = ["docs/**", "build-support/bin/generate_user_list.py"]
return {
"docs_only_check": {
"name": "Check for docs-only change",
Expand Down

0 comments on commit bd06cae

Please sign in to comment.