cURL
curl --request POST \ --url https://dash.empirical.run/api/v1/git-checks/skip \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "repo": "<string>", "commit_sha": "<string>", "environment": "<string>" } '
{ "data": { "check_run_id": 123, "status": "<string>" } }
Marks a GitHub check run as skipped for the specified repository and commit. Useful when a commit does not require a test run.
API key from the Empirical dashboard.
Repository and commit to skip.
Full repository name in owner/repo format.
Full Git commit SHA.
Environment slug.
Check run created as skipped.
Show child attributes
Was this page helpful?