Skip to content

Nightly

Nightly #413

Workflow file for this run

name: Nightly
on:
schedule:
- cron: '0 3 * * 0' # At 03:00:00am, on every Sunday, every month. Not enough churn to turn nightlies on.
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lookup or create release
uses: EventStore/Automations/lookup-or-create-release@master
id: release
with:
build-type: nightly
github-token: ${{ secrets.GH_PAT }}