diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 4f70b8b..807cb1f 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -1,6 +1,6 @@ -# ----------------------------------------------------------- # -# Note: this file originates in ahmadnassri/template-template # -# ----------------------------------------------------------- # +# ------------------------------------------------------------- # +# Note: this file is automatically managed in template-template # +# ------------------------------------------------------------- # name: commit-lint @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest - # run on external PRs, but not on our internal PRs + # run once if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: