From f5527a26d518b3e9c66f9211e0af00c83f09a97e Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 29 Aug 2023 15:06:59 -0700 Subject: [PATCH] disable CI trigger on PR edits (cherry picked from commit 155ec463f6a854ac14ccd5e2dda8017ce42a508a) --- .github/workflows/ci.yaml | 2 +- .github/workflows/manual_artifact_build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45299f42..c823062a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ name: PyYAML CI on: push: pull_request: - types: [opened, synchronize, edited, reopened] + types: [opened, synchronize, reopened] workflow_dispatch: env: diff --git a/.github/workflows/manual_artifact_build.yaml b/.github/workflows/manual_artifact_build.yaml index ce633dc8..c669f95a 100644 --- a/.github/workflows/manual_artifact_build.yaml +++ b/.github/workflows/manual_artifact_build.yaml @@ -6,7 +6,7 @@ name: Manual Artifact Build on: # push: # pull_request: -# types: [opened, synchronize, edited, reopened] +# types: [opened, synchronize, reopened] workflow_dispatch: env: