name: Kata Containers Nightly CI on: schedule: - cron: '0 0 * * *' workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: kata-containers-ci-on-push: uses: ./.github/workflows/ci.yaml with: commit-hash: ${{ github.sha }} pr-number: "nightly" tag: ${{ github.sha }}-nightly secrets: inherit