Skip to content

Tools Crons

Tools Crons #2423

name: Tools Crons
on:
schedule:
- cron: "*/15 * * * *" # Runs every 15 minutes
# We will wait until these tests finish before starting a deploy
# We will also wait for a deploy to finish before starting to run tests
concurrency:
group: deploy-tools
cancel-in-progress: false
jobs:
e2e-validation:
uses: ./.github/workflows/e2e-validation.yml
with:
environment: tools
secrets: inherit
api-test:
uses: ./.github/workflows/run-api-test.yml
with:
environment: tools
secrets: inherit