Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenBondarenko committed Oct 3, 2024
1 parent 38214e7 commit df8c0a2
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 df8c0a2

Please sign in to comment.