Ajouter .github/workflows/test.yml
All checks were successful
Test Cron Workflow / test-cron (push) Successful in 3s
All checks were successful
Test Cron Workflow / test-cron (push) Successful in 3s
This commit is contained in:
commit
3deab08e9b
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal 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)"
|
Loading…
x
Reference in New Issue
Block a user