Skip to content

Validate

Validate #875

Workflow file for this run

# Reference on this file: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: Validate
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * *'
jobs:
validate:
runs-on: ubuntu-latest
environment: test
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/test-and-build
with:
testSubscriptions: '${{ secrets.TEST_SUBSCRIPTIONS }}'