Skip to content

Commit

Permalink
fix v2 to solve pr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
metesaka committed Jan 30, 2025
1 parent 6d1db78 commit 764f2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
- v1.*
pull_request_target:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
extensions.zip
- name: comment artifact
# if the trigger is on a pull request
if: ${{ github.event_name == 'pull_request_target' && matrix.python-version == env.RELEASE_PYTHON_VERSION }}
if: ${{ github.event_name == 'pull_request' && matrix.python-version == env.RELEASE_PYTHON_VERSION }}
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.number }}
Expand Down

0 comments on commit 764f2f1

Please sign in to comment.