Skip to content

Commit

Permalink
Remove cron triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 23, 2024
1 parent 6a68931 commit df18a54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
kind: pipeline
type: docker
name: daily-generation-routine
Expand Down Expand Up @@ -48,9 +49,3 @@ steps:
- git add .
- git commit -m "automated daily generation routine"
- git push https://oauth2:${GITHUB_TOKEN}@github.com/your-repo/your-project.git

trigger:
cron:
- 6 21 * * *
event:
- cron

0 comments on commit df18a54

Please sign in to comment.