diff --git a/.changeset/patch-remove-push-trigger-repo-tree-map.md b/.changeset/patch-remove-push-trigger-repo-tree-map.md new file mode 100644 index 00000000000..23da77a9b52 --- /dev/null +++ b/.changeset/patch-remove-push-trigger-repo-tree-map.md @@ -0,0 +1,7 @@ +--- +"gh-aw": patch +--- + +Remove push trigger from repo-tree-map agentic workflow + +The workflow now only triggers via manual `workflow_dispatch`, preventing unnecessary automatic runs when the workflow lock file is modified. diff --git a/.github/workflows/repo-tree-map.lock.yml b/.github/workflows/repo-tree-map.lock.yml index 1fb70a253f4..949371ded8d 100644 --- a/.github/workflows/repo-tree-map.lock.yml +++ b/.github/workflows/repo-tree-map.lock.yml @@ -5,15 +5,12 @@ name: "Repository Tree Map Generator" on: - push: - paths: - - .github/workflows/repo-tree-map.lock.yml workflow_dispatch: null permissions: {} concurrency: - group: "gh-aw-${{ github.workflow }}-${{ github.ref }}" + group: "gh-aw-${{ github.workflow }}" run-name: "Repository Tree Map Generator" diff --git a/.github/workflows/repo-tree-map.md b/.github/workflows/repo-tree-map.md index 5f07137021f..da832c8bb5a 100644 --- a/.github/workflows/repo-tree-map.md +++ b/.github/workflows/repo-tree-map.md @@ -1,9 +1,6 @@ --- on: workflow_dispatch: - push: - paths: - - '.github/workflows/repo-tree-map.lock.yml' permissions: contents: read