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