Skip to content

schedule.yml

schedule.yml #72

Workflow file for this run

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