Only embeddedt can run release and update wiki workflows.
This commit is contained in:
parent
170c623257
commit
02cbd0c8a1
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -6,7 +6,8 @@ on:
|
|||
- published
|
||||
|
||||
jobs:
|
||||
build:
|
||||
release:
|
||||
if: github.repository_owner == 'embeddedt'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
|
|||
1
.github/workflows/wiki_update.yml
vendored
1
.github/workflows/wiki_update.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
wikigen:
|
||||
if: github.repository_owner == 'embeddedt'
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: wiki-generation
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user