Skip to content

Commit

Permalink
Prevent Bundlemon from running in forks (#7983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Feb 7, 2022
1 parent 29d1c45 commit 28d8ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:

bundlemon:
needs: build-release
if: github.repository_owner == 'Leaflet'
runs-on: ubuntu-latest
steps:
- name: Restore release build
Expand Down

0 comments on commit 28d8ed5

Please sign in to comment.