Skip to content

Commit

Permalink
update README for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Nov 30, 2023
1 parent dd6d71d commit a190a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: ${{ github.event.pull_request.head.sha }}

- name: Run pre-commits
run: |
Expand All @@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: "refs/pull/${{ github.event.number }}/merge"
ref: ${{ github.event.pull_request.head.sha }}

- name: Run pytests
run: |
Expand Down

0 comments on commit a190a62

Please sign in to comment.