Skip to content

.github/workflows/om.yml #361

.github/workflows/om.yml

.github/workflows/om.yml #361

Workflow file for this run

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