mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
DEBUG: Stop most PR checks from running on synchronize events
This commit is contained in:
2
.github/workflows/python-deps.yml
vendored
2
.github/workflows/python-deps.yml
vendored
@@ -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