8000 Merge pull request #214 from saschagrunert/1.33 · cri-o/packaging@141f4b7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
  • Notifications You must be signed in to change notification settings
  • Fork 7
  • schedule

    schedule #529

    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