Skip to content

Commit

Permalink
fix(gen): test (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecarvalho-doc authored Jul 31, 2023
1 parent a77fe7d commit 0df3ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: "Draft"
on:
- pull_request:
- pull_request_target:
types: [converted_to_draft]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-draft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Remove "Draft" Label
on:
- pull_request:
- pull_request_target:
types: [ready_for_review]

jobs:
Expand Down

0 comments on commit 0df3ca4

Please sign in to comment.