Ajouter .github/workflows/test.yml
All checks were successful
Test Cron Workflow / test-cron (push) Successful in 3s

This commit is contained in:
Omar 2025-07-16 14:23:37 +00:00
commit 3deab08e9b

16
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Test Cron Workflow
on:
schedule:
- cron: '25 14 * * *'
jobs:
test-cron:
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v4
- name: Print timestamp
run: |
echo "🔔 Ceci est un test heure actuelle : $(date)"