Skip to content

Add a temporary test cron #1

Add a temporary test cron

Add a temporary test cron #1

Workflow file for this run

name: "Main"
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '*/2 * * * *'
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo world