Skip to content

scheduled events

scheduled events #102

Workflow file for this run

name: scheduled events
on:
schedule:
- cron: '*/1 * * * *'
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo current time
run: echo "The current server time is $(date)"