Skip to content

Commit

Permalink
fix: add schedule trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Nov 18, 2024
1 parent dfcac0d commit e95aae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/glue_job_sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Glue Job Sync"

on:
schedule:
- cron: "15 4 * * *" # Daily at 4:15am UTC
workflow_dispatch:

env:
Expand Down

0 comments on commit e95aae5

Please sign in to comment.