CI: limit package-updates actions scope
Running this action in forks has literally no sense
This commit is contained in:
parent
715a8bdc0f
commit
46423f3675
1
.github/workflows/package_updates.yml
vendored
1
.github/workflows/package_updates.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
update-packages:
|
||||
if: github.repository == 'termux/termux-packages'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user