Skip to content

+ Scheduled Test / Staging (Hourly) #514

+ Scheduled Test / Staging (Hourly)

+ Scheduled Test / Staging (Hourly) #514

name: "+ Scheduled Test / Staging (Hourly)"
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
inputs:
branch:
description: 'Branch to test (leave empty for main)'
required: false
type: string
default: ''
jobs:
test-scheduled-staging-hourly:
uses: ./.github/workflows/_scheduled-test-hourly.yml
with:
deploy_env: "staging"
permissions:
contents: read
id-token: write
secrets:
BETTERSTACK_HEARTBEAT_URL_HOURLY: ${{ secrets.BETTERSTACK_HEARTBEAT_URL_HOURLY_STAGING }}