From 06b8e69740a40e5cc9fdaac472a9242534876e5b Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 8 Aug 2025 22:21:49 -0700 Subject: Disable "Copilot Setup Steps" on "push". (#8129) Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 64dd326c7..1d1b3e0fe 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -1,12 +1,9 @@ name: "Copilot Setup Steps" -# Automatically run the setup steps when they are changed to allow for easy validation, and -# allow manual testing through the repository's "Actions" tab on: workflow_dispatch: - push: - paths: - - .github/workflows/copilot-setup-steps.yml + # Automatically run the setup steps when they are changed to allow for easy validation, and + # allow manual testing through the repository's "Actions" tab pull_request: paths: - .github/workflows/copilot-setup-steps.yml -- cgit v1.2.3