Skip to content

Commit

Permalink
fix: update CI workflow to use pull request head repository and refer…
Browse files Browse the repository at this point in the history
…ence
  • Loading branch information
polischuks committed Feb 7, 2025
1 parent 8e46289 commit 391ec11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: ./.github/workflows/actions/prepare
with:
python-version: "3.11"
Expand Down

0 comments on commit 391ec11

Please sign in to comment.