CircleCI API behaving differently from github commit trigger?
问题 I'm running the cypress-example-kitchen sink app on CircleCI. This is my yaml config script: version: 2.1 orbs: cypress: cypress-io/cypress@1.0.1 workflows: build: jobs: - cypress/install: build: 'npm run build' - cypress/run: requires: - cypress/install start: 'npm start' This kicks off and passes just fine when I make a commit to my fork of the repo above. However, when I try to execute a CircleCI build programmatically, using curl -X POST https://circleci.com/api/v1.1/project/github