mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-17 19:14:04 -08:00
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
|