Skip to content

Commit

Permalink
Fix product-map.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 17, 2025
1 parent 65305e6 commit 2d8a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ProductMap Map Generation
uses: product-map/product-map-action@v1.0.15
# disabled because of https://github.com/product-map/product-map-action/issues/7
if: false()
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
expected_files: ${{ env.expected_files }}
Expand Down

0 comments on commit 2d8a90b

Please sign in to comment.