8000 Merge pull request #255 from cri-o/dependabot/github_actions/creyD/prettier_action-4.5 · cri-o/packaging@dfaa876 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schedule

schedule #639

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: scripts/reconcile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OBS_PASSWORD: ${{ secrets.OBS_PASSWORD }}
0