DEBUG: Stop most PR checks from running on synchronize events

This commit is contained in:
Aditya Sharad
2022-07-21 13:15:24 -07:00
parent 8a65a9e73d
commit 9e009f1864
30 changed files with 6 additions and 30 deletions

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

1
.github/workflows/__test-proxy.yml generated vendored
View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

1
.github/workflows/__test-ruby.yml generated vendored
View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -16,7 +16,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -7,7 +7,7 @@ on:
- src/defaults.json
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, reopened, ready_for_review]
jobs:
check-expected-release-files:

View File

@@ -7,7 +7,7 @@ on:
branches: [main, releases/v1, releases/v2]
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, reopened, ready_for_review]
jobs:
check-for-conflicts:

View File

@@ -7,7 +7,7 @@ on:
branches: [main, releases/v1, releases/v2]
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, reopened, ready_for_review]
jobs:
# Identify the CodeQL tool versions to use in the analysis job.

View File

@@ -11,7 +11,6 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch: {}

View File

@@ -6,7 +6,7 @@ on:
pull_request:
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, reopened, ready_for_review]
workflow_dispatch:
jobs:

View File

@@ -6,7 +6,7 @@ on:
pull_request:
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, reopened, ready_for_review]
jobs:
test-setup-python-scripts:

View File

@@ -1,7 +1,7 @@
name: Update dependencies
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review, labeled]
types: [opened, reopened, ready_for_review, labeled]
jobs:
update: