🔥 3-day streak
Microsoft DevOps Engineer Expert107 / 138
Question 107 of 138

Your team deploys a REST API using a GitHub Actions workflow with three jobs: build, deploy-staging, and deploy-production. Before promoting to production, the team wants an automated load test to run against the staging environment, and the promotion must be blocked automatically if the 95th-percentile response time exceeds 400 ms. The workflow must not require any human interaction for this check. Which approach best implements this requirement?

Reviewed for accuracy · Report an issueNext question