mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Update gh-workflow to trigger only on specific events (#7740)
Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
This commit is contained in:
parent
d867491364
commit
0f9e0194fb
2
.github/workflows/funcbench.yml
vendored
2
.github/workflows/funcbench.yml
vendored
@ -1,4 +1,6 @@
|
||||
on: repository_dispatch
|
||||
repository_dispatch:
|
||||
types: [funcbench_start]
|
||||
name: Funcbench Workflow
|
||||
jobs:
|
||||
run_funcbench:
|
||||
|
2
.github/workflows/prombench.yml
vendored
2
.github/workflows/prombench.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user