Only embeddedt can run release and update wiki workflows.

This commit is contained in:
Kichura 2023-07-12 16:53:07 +02:00 committed by GitHub
parent 170c623257
commit 02cbd0c8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ on:
- published
jobs:
build:
release:
if: github.repository_owner == 'embeddedt'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository

View File

@ -7,6 +7,7 @@ on:
jobs:
wikigen:
if: github.repository_owner == 'embeddedt'
runs-on: ubuntu-latest
concurrency:
group: wiki-generation