Skip to main content
Glama
prod-test-cron.yml905 B
name: Production Crons on: schedule: # Weekends: Every 15 minutes except 7:45 PM and 8:00 PM UTC - cron: "0-44/15 0-19 * * 6,0" # Every 15 minutes from 12:00 AM to 7:44 PM UTC (Saturday to Sunday) - cron: "15-59/15 20-23 * * 6,0" # Every 15 minutes from 8:15 PM to 11:59 PM UTC (Saturday to Sunday) # Weekdays: Every 15 minutes - cron: "*/15 * * * 1-5" # Every 15 minutes on Monday to Friday # 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-production cancel-in-progress: false jobs: e2e-validation: uses: ./.github/workflows/e2e-validation.yml with: environment: production test_dir: cypress/e2e secrets: inherit api-test: uses: ./.github/workflows/run-api-test.yml with: environment: production secrets: inherit

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server