Skip to content

nightly

nightly #621

Workflow file for this run

name: nightly
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: rspamd-docker-nightly
cancel-in-progress: false
jobs:
build_test_promote:
uses: ./.github/workflows/build_test_promote.yml
with:
nightly: true
permissions:
packages: write
contents: read
secrets: inherit