limit release actions to adafruit repo
This commit is contained in:
parent
7efd046d44
commit
8679a4dafa
2 changed files with 2 additions and 0 deletions
1
.github/workflows/daily_release_check.yml
vendored
1
.github/workflows/daily_release_check.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release-check:
|
||||
if: github.repository_owner == 'adafruit'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up requested Python version
|
||||
|
|
|
|||
1
.github/workflows/release_gh.yml
vendored
1
.github/workflows/release_gh.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue