Skip to content

Main

Main #256

Workflow file for this run

name: Main
on:
# daily
schedule:
- cron: 0 0 * * *
# on push to main
push:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
secrets: inherit
with:
sha: ${{ github.sha }}