Omar 3deab08e9b
All checks were successful
Test Cron Workflow / test-cron (push) Successful in 3s
Ajouter .github/workflows/test.yml
2025-07-16 14:23:37 +00:00

17 lines
312 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)"