Skip to content

schedule

schedule #865

Workflow file for this run

name: schedule
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
reconcile:
if: github.ref == 'refs/heads/main' && github.repository == 'cri-o/packaging'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: scripts/reconcile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OBS_PASSWORD: ${{ secrets.OBS_PASSWORD }}