on:
push:
schedule:
- cron: "*/5 * * * *"
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
with:
fetch-depth: 0