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

@@ -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.