Omar 808416fa8e
All checks were successful
Test Cron Workflow / test-cron (push) Successful in 4s
Actualiser .github/workflows/test.yml
2025-07-16 14:27:36 +00:00

17 lines
312 B
YAML
Raw Permalink 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: '29 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)"