Skip to content

Commit

Permalink
fix(cronjob): change data
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr authored Jun 26, 2024
1 parent 9396102 commit afe2595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "00 22 * * *"
- cron: "00 21 * * *"
repository_dispatch:
types: manual_release
workflow_dispatch:
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
TEXT: |
La mise à jour du dépôt fiches-travail-data a échoué.
[Les logs sont disponibles ici](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
[Les logs sont disponibles ici](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 comments on commit afe2595

Please sign in to comment.