Skip to content

Commit

Permalink
changed event on to pull_request_target (runs in the context of the b…
Browse files Browse the repository at this point in the history
…ase repository)
  • Loading branch information
YevhenBondarenko committed Oct 3, 2024
1 parent 4041f1e commit e552574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate-data-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
paths:
- 'VENDORS/**/uplink/**'
- 'VENDORS/**/downlink/**'
Expand All @@ -12,7 +12,6 @@ jobs:
build:
name: Check data converters
runs-on: ubuntu-20.04
environment: QA
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e552574

Please sign in to comment.