diff options
| author | Yong He <yonghe@outlook.com> | 2025-08-08 22:21:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 05:21:49 +0000 |
| commit | 06b8e69740a40e5cc9fdaac472a9242534876e5b (patch) | |
| tree | 950e66b887b08228c2fe05aded969b4b2cd3a23c | |
| parent | 30646d4881c8f1d46bc8a4bf4049d0921a1c9b3c (diff) | |
Disable "Copilot Setup Steps" on "push". (#8129)
Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/copilot-setup-steps.yml | 7 |
1 files 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 |
