Skip to content

Commit

Permalink
Fix github event name
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Nov 13, 2024
1 parent 23e02b5 commit 8a417f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
echo "github.event.action : ${{ github.event.action }}"
echo "github.event_name : ${{ github.event_name }}"
echo "github.ref : ${{ github.ref }}"
echo "github.ref_type : ${{ github.ref_type }}"
echo "github.event.ref : ${{ github.event.ref }}"
echo "github.event.ref_type : ${{ github.event.ref_type }}"
# Check whether to build the wheels and the source tarball
check_build_trigger:
Expand Down

0 comments on commit 8a417f9

Please sign in to comment.