Skip to content

Commit

Permalink
Setup meltano-ecosystems-ost cron (#1258)
Browse files Browse the repository at this point in the history
Run meltano-ecosystems-ost every 30 mins
  • Loading branch information
ravenac95 authored Apr 19, 2024
1 parent 7f0c96d commit 32ca9c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/warehouse-meltano-ecosystems-ost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:

on:
workflow_dispatch:
schedule:
# Run every 30 mins
- cron: '*/30 * * * *'

jobs:
meltano-ecosystem-ost:
Expand Down

0 comments on commit 32ca9c4

Please sign in to comment.