limit release actions to adafruit repo

This commit is contained in:
foamyguy 2025-06-23 09:06:24 -05:00
parent 7efd046d44
commit 8679a4dafa
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ on:
jobs:
release-check:
if: github.repository_owner == 'adafruit'
runs-on: ubuntu-latest
steps:
- name: Set up requested Python version

View file

@ -10,6 +10,7 @@ on:
jobs:
upload-release-assets:
if: github.repository_owner == 'adafruit'
runs-on: ubuntu-latest
steps:
- name: Set up requested Python version