github workflows: avoid skipping (#10243)

This commit is contained in:
ZeaKyX 2022-10-10 17:14:05 +08:00 committed by GitHub
parent b1b6cd41bb
commit f833707a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
if: github.event.repository.owner.id == github.event.sender.id || ! github.event.sender.id
steps: