Skip to content

Hourly eSIM Analytics Sync #1760

Hourly eSIM Analytics Sync

Hourly eSIM Analytics Sync #1760

Workflow file for this run

name: Hourly eSIM Analytics Sync
on:
workflow_dispatch:
schedule:
- cron: "15 * * * *" # Every hour at :15
jobs:
esim_etl:
uses: ./.github/workflows/_reusable-etl.yml
with:
pipeline: esim
group: default
secrets: inherit