Skip to content

Commit

Permalink
workflow improvements for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenBondarenko committed Nov 4, 2024
1 parent 6099f0e commit 6aeba2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-data-converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 6aeba2e

Please sign in to comment.