Skip to content

Trigger for source package mirror update for the self-hosted runner #15

Trigger for source package mirror update for the self-hosted runner

Trigger for source package mirror update for the self-hosted runner #15

---
# Copyright 2023, Technology Innovation Institute
name: Trigger for source package mirror update for the self-hosted runner
on:
schedule:
- cron: 0 0 * * 0
workflow_dispatch:
jobs:
mirror-update:
uses: ./.github/workflows/mirror-update.yml
secrets:
ssh-key: ${{ secrets.CI_SSH_KEY }}