mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
DEBUG: Stop most PR checks from running on synchronize events
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user