chore,ci(bootstrap_archives,docker_image): do not run on forks

This commit is contained in:
Yaksh Bariya 2023-05-23 12:35:16 +05:30
parent 7115e2d423
commit c2039d6d11
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
- arm
- i686
- x86_64
if: github.repository == 'termux/termux-packages'
steps:
- name: Git clone
uses: actions/checkout@v3

View File

@ -19,6 +19,7 @@ jobs:
permissions:
contents: read
packages: write
if: github.repository == 'termux/termux-packages'
steps:
- name: Clone repository
uses: actions/checkout@v3