mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 04:16:15 +02:00
Merge pull request #18246 from roidelapluie/roidelapluie/prombench-statuses-permission
ci: add statuses write permission to prombench workflow
This commit is contained in:
commit
7cb405bad4
6
.github/workflows/prombench.yml
vendored
6
.github/workflows/prombench.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
benchmark_start:
|
||||
name: Benchmark Start
|
||||
if: github.event.action == 'prombench_start'
|
||||
permissions:
|
||||
statuses: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update status to pending
|
||||
@ -59,6 +61,8 @@ jobs:
|
||||
benchmark_cancel:
|
||||
name: Benchmark Cancel
|
||||
if: github.event.action == 'prombench_stop'
|
||||
permissions:
|
||||
statuses: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update status to pending
|
||||
@ -94,6 +98,8 @@ jobs:
|
||||
benchmark_restart:
|
||||
name: Benchmark Restart
|
||||
if: github.event.action == 'prombench_restart'
|
||||
permissions:
|
||||
statuses: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update status to pending
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user