Skip to content

Commit

Permalink
refactor: avoid updating github workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft committed Jun 4, 2024
1 parent dd4fd33 commit e3c5bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nomad-{{cookiecutter.plugin_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ mynormalizer = "nomad_{{cookiecutter.module_name}}.normalizers:mynormalizer"
myapp = "nomad_{{cookiecutter.module_name}}.apps:myapp"

{%- endif %}
[tool.cruft]
# Avoid updating workflow files, this leads to permissions issues
skip = [".github/*"]

0 comments on commit e3c5bd0

Please sign in to comment.