Skip to content

pulp-cli Nightly

pulp-cli Nightly #118

Workflow file for this run

name: pulp-cli Nightly
on:
schedule:
- cron: "15 3 * * *"
workflow_dispatch:
jobs:
test:
uses: "./.github/workflows/test.yml"
codeql:
uses: "./.github/workflows/codeql.yml"
collect_changes:
uses: "./.github/workflows/collect_changes.yml"
secrets: inherit