mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository_owner == 'python-pillow'
|
||||||
name: Run Tidelift to ensure approved open source packages are in use
|
name: Run Tidelift to ensure approved open source packages are in use
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user