Skip to content

Commit

Permalink
Named cron events
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 23, 2024
1 parent a023245 commit f4a342d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ steps:
- git add .
- git commit -m "automated daily generation routine"
- git push https://subdavis:${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git

trigger:
event:
- cron
cron:
- "daily-generation-routine"

0 comments on commit f4a342d

Please sign in to comment.