mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
8f3bcfac93
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu> Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
13 lines
241 B
YAML
13 lines
241 B
YAML
---
|
|
on:
|
|
schedule:
|
|
- cron: '44 17 * * *'
|
|
jobs:
|
|
repo_sync:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: quay.io/prometheus/golang-builder
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- run: ./scripts/sync_repo_files.sh
|