Skip to content

Commit

Permalink
feat: interrupt analysis w/ draft status (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 25, 2024
1 parent 1ad6693 commit 58ebad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
merge_group:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
schedule:
- cron: "0 11 * * 0" # 3 AM PST = 12 PM UDT, runs sundays
workflow_dispatch:
Expand Down

0 comments on commit 58ebad4

Please sign in to comment.