Update gh-workflow to trigger only on specific events (#7740)

Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
This commit is contained in:
Hrishikesh Barman 2020-08-05 01:25:24 +05:30 committed by GitHub
parent d867491364
commit 0f9e0194fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
on: repository_dispatch
repository_dispatch:
types: [funcbench_start]
name: Funcbench Workflow
jobs:
run_funcbench:

View file

@ -1,4 +1,6 @@
on: repository_dispatch
repository_dispatch:
types: [prombench_start,prombench_restart,prombench_stop]
name: Prombench Workflow
env:
AUTH_FILE: ${{ secrets.TEST_INFRA_GKE_AUTH }}