8000 Merge pull request #211 from saschagrunert/k8s-crio · cri-o/packaging@b83479f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schedule

schedule #508

Workflow file for this run

name: schedule
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
reconcile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: scripts/reconcile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OBS_PASSWORD: ${{ secrets.OBS_PASSWORD }}
0