mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-09 09:37:33 +08:00
github workflows: avoid skipping (#10243)
This commit is contained in:
parent
b1b6cd41bb
commit
f833707a78
2
.github/workflows/openwrt-ci.yml
vendored
2
.github/workflows/openwrt-ci.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user