From 9025c9b2b4892180cf16652adf32f4f3fd77e127 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:52:13 +0000 Subject: [PATCH 1/2] Initial plan From b178eb05f355cc4fc85dd682c38cf703b0f98b7f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Sep 2025 15:00:32 +0000 Subject: [PATCH 2/2] Remove workflow_run trigger from test-safe-output-missing-tool workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/test-safe-output-missing-tool.lock.yml | 6 ------ .github/workflows/test-safe-output-missing-tool.md | 4 ---- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/test-safe-output-missing-tool.lock.yml b/.github/workflows/test-safe-output-missing-tool.lock.yml index 1ad1b5a1a40..2aff43efab3 100644 --- a/.github/workflows/test-safe-output-missing-tool.lock.yml +++ b/.github/workflows/test-safe-output-missing-tool.lock.yml @@ -5,11 +5,6 @@ name: "Test Safe Output - Missing Tool" on: workflow_dispatch: null - workflow_run: - types: - - completed - workflows: - - "*" permissions: {} @@ -95,7 +90,6 @@ jobs: ## Trigger Events - **workflow_dispatch**: Manual execution for testing - - **workflow_run**: Responds to any workflow completion (useful for detecting missing tools after other workflows) ## Safe Output Configuration diff --git a/.github/workflows/test-safe-output-missing-tool.md b/.github/workflows/test-safe-output-missing-tool.md index 34eaffbb11e..0b23e0e5bdf 100644 --- a/.github/workflows/test-safe-output-missing-tool.md +++ b/.github/workflows/test-safe-output-missing-tool.md @@ -1,9 +1,6 @@ --- on: workflow_dispatch: - workflow_run: - workflows: ["*"] - types: [completed] safe-outputs: missing-tool: @@ -48,7 +45,6 @@ This workflow validates the missing-tool safe output type by: ## Trigger Events - **workflow_dispatch**: Manual execution for testing -- **workflow_run**: Responds to any workflow completion (useful for detecting missing tools after other workflows) ## Safe Output Configuration