This commit is contained in:
2026-09-19 01:20:50 -05:00
parent b95e99370f
commit 0b79ac86f7
7 changed files with 280 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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