mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
GitHub create-deploy-tag workflow: Allow kibana-operations team to trigger (#165630)
This commit is contained in:
parent
528884c5f3
commit
531acda76c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-deploy-tag.yml
vendored
2
.github/workflows/create-deploy-tag.yml
vendored
|
@ -19,7 +19,7 @@ concurrency:
|
|||
jobs:
|
||||
create-deploy-tag:
|
||||
# Temporary, we need a way to limit this to a GitHub team instead of specific users
|
||||
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck"]', github.triggering_actor)
|
||||
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck","jbudz","mistic","delanni","Ikuni17"]', github.triggering_actor)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue