Skip to content

Nightly Unstable Build and Package #400

Nightly Unstable Build and Package

Nightly Unstable Build and Package #400

name: Nightly Unstable Build and Package
on:
schedule:
- cron: '0 1 * * *' # Run at 1:00 AM UTC every day
workflow_dispatch: # Allow manual triggering
jobs:
call-unstable-build:
# avoid running in forks
if: github.repository == 'redis/redis-rpm'
uses: redis/redis-rpm/.github/workflows/rpm.yml@unstable