Loading .github/workflows/daily_builds.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- name: Daily Builds on: workflow_dispatch: schedule: - cron: '8 20 * * *' jobs: trigger_daily_build: uses: ./.github/workflows/shippable_builds.yml secrets: inherit .github/workflows/shippable_builds.yml +1 −0 Original line number Diff line number Diff line --- name: Shippable Build & Signing on: workflow_call: workflow_dispatch: inputs: skipThunderbird: Loading Loading
.github/workflows/daily_builds.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- name: Daily Builds on: workflow_dispatch: schedule: - cron: '8 20 * * *' jobs: trigger_daily_build: uses: ./.github/workflows/shippable_builds.yml secrets: inherit
.github/workflows/shippable_builds.yml +1 −0 Original line number Diff line number Diff line --- name: Shippable Build & Signing on: workflow_call: workflow_dispatch: inputs: skipThunderbird: Loading