only build releases in a forgejo-integration organization
This commit is contained in:
parent
d12aa56454
commit
2562d3826e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
runs-on: self-hosted
|
||||
# root is used for testing, allow it
|
||||
if: github.repository_owner == 'forgejo-integration' || github.repository_owner == 'root'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue