mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Don't run for forks: missing secrets would fail
This commit is contained in:
parent
76b5760b38
commit
836f740f7b
1
.github/workflows/tidelift.yml
vendored
1
.github/workflows/tidelift.yml
vendored
|
@ -3,6 +3,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'python-pillow'
|
||||
name: Run Tidelift to ensure approved open source packages are in use
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user