Skip to content

on: check_suite never gets called #26236

Answered by weide-zhou
dpryan79 asked this question in Actions
Discussion options

You must be logged in to vote

Sorry for late response @dpryan79 !

Only GitHub Apps can create check suites and check runs. Travis CI created commit status but did not create any check runs for your commits. Eg:

Commit: dpryan79/libBigWig@4eb1d15

Commit status: https://api.github.com/repos/dpryan79/libBigWig/commits/4eb1d152c1c178f14eeb9412c0587cc3bab6fef5/statuses

No check run : curl -v -H “Accept: application/vnd.github.antiope-preview+json” https://api.github.com/repos/dpryan79/libBigWig/commits/4eb1d152c1c178f14eeb9412c0587cc3bab6fef5/check-runs

Hence Travis CI will no trigger any check suite/check run.

As an alternative, you can use ‘commit status event’ instead.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants