Files
nprasad2077 0b79ac86f7
hello-world / hello (push) Successful in 6s
hello-world / hello (pull_request) Successful in 6s
CI Health Check & Quality Gate / Code, dbt & Live App Health Check (pull_request) Failing after 11s
flows
2026-09-19 01:20:50 -05:00

15 lines
222 B
YAML

# Scheduled / manual maintenance probe.
name: scheduled-echo
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Print date
run: date -u