Skip to content

Commit

Permalink
disable CI trigger on PR edits
Browse files Browse the repository at this point in the history
(cherry picked from commit 155ec46)
  • Loading branch information
nitzmahone committed Aug 29, 2023
1 parent b4d80a7 commit f5527a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: PyYAML CI
on:
push:
pull_request:
types: [opened, synchronize, edited, reopened]
types: [opened, synchronize, reopened]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_artifact_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Manual Artifact Build
on:
# push:
# pull_request:
# types: [opened, synchronize, edited, reopened]
# types: [opened, synchronize, reopened]
workflow_dispatch:

env:
Expand Down

0 comments on commit f5527a2

Please sign in to comment.