Skip to content

Commit f5527a2

Browse files
committed
disable CI trigger on PR edits
(cherry picked from commit 155ec46)
1 parent b4d80a7 commit f5527a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: PyYAML CI
88
on:
99
push:
1010
pull_request:
11-
types: [opened, synchronize, edited, reopened]
11+
types: [opened, synchronize, reopened]
1212
workflow_dispatch:
1313

1414
env:

.github/workflows/manual_artifact_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Manual Artifact Build
66
on:
77
# push:
88
# pull_request:
9-
# types: [opened, synchronize, edited, reopened]
9+
# types: [opened, synchronize, reopened]
1010
workflow_dispatch:
1111

1212
env:

0 commit comments

Comments
 (0)