ci: prevent sponsor block workflow from running on forks (#10641)

This commit is contained in:
Shaan Majid 2026-04-03 11:07:33 +00:00 committed by GitHub
parent 26f8e5796a
commit e4bd759def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ permissions:
jobs:
sponsors:
if: github.repository == 'axios/axios'
runs-on: ubuntu-latest
steps: