Skip to content

func nightly

func nightly #32

Workflow file for this run

name: func nightly
on:
schedule:
- cron: '0 10 * * *' # every day at 10:00 UTC
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: ['.github/**']
workflow_dispatch:
jobs:
invoke:
uses: ./.github/workflows/_invoke.yaml
with:
func-version: 'nightly'
e2e:
uses: ./.github/workflows/_e2e.yaml
with:
func-version: 'nightly'
test:
uses: ./.github/workflows/test-templates.yaml