on: schedule: - cron: '* * * * *' jobs: test: runs-on: docker container: image: debian:bookworm options: "--volume /srv/example-cron-volume:/srv/example-cron-volume" steps: - run: | touch /srv/example-cron-volume/DONE