Skip to content

Commit

Permalink
[GA] pull_request (#2881)
Browse files Browse the repository at this point in the history
### Changes

<!--- What was changed (briefly), how to reproduce (if applicable), what
the reviewers should focus on -->

### Reason for changes

<!--- Why should the change be applied -->

### Related tickets

<!--- Post the numerical ID of the ticket, if available -->

### Tests

<!--- How was the correctness of changes tested and whether new tests
were added -->
  • Loading branch information
AlexanderDokuchaev authored Aug 9, 2024
1 parent 3695da7 commit 01b748f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_changes_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: API changes check
permissions: read-all

on:
pull_request_target:
pull_request:
branches:
- develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Pull Request Labeler"
permissions: read-all

on: [pull_request_target]
on: [pull_request]

jobs:
set-label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Post-PR merge actions
permissions: read-all

on:
pull_request_target:
pull_request:
branches:
- develop
types:
Expand Down

0 comments on commit 01b748f

Please sign in to comment.