Skip to content

Commit

Permalink
Merge pull request #8 from YevhenBondarenko/fix/data-converter-workflows
Browse files Browse the repository at this point in the history
fixed github action config file
  • Loading branch information
YevhenBondarenko authored Sep 25, 2024
2 parents c1828a3 + 77afc1c commit ef1a09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-data-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate Data Converters
on:
push:
branches:
- master
- main
pull_request:
paths:
- 'VENDORS/**/uplink/**'
Expand All @@ -22,7 +22,7 @@ jobs:
architecture: "x64"
- name: Install tb-rest-client
run: |
pip install tb-rest-client-pe
pip install tb-rest-client
- name: Run Validation Script
env:
ENDPOINT: ${{ secrets.ENDPOINT }}
Expand Down

0 comments on commit ef1a09f

Please sign in to comment.