mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Fix container_description workflow
Fix yaml indentation. 🤦
Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
f1e9ec29f8
commit
3bff79451d
2
.github/workflows/container_description.yml
vendored
2
.github/workflows/container_description.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- ".github/workflows/container_description.yml"
|
- ".github/workflows/container_description.yml"
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue