core-geth icon indicating copy to clipboard operation
core-geth copied to clipboard

ci[travis]: don't run overlapping branch and pull_request jobs

Open meowsbits opened this issue 4 years ago • 2 comments

Here, for example: https://github.com/etclabscore/core-geth/pull/405

image

Travis runs both branch and pull_request jobs for branches that are also pull requests. This is redundant, and counts against our 10k minutes.

This issue proposes to run only pull request jobs (and omit the overlapping branch jobs).

meowsbits avatar Aug 23 '21 14:08 meowsbits

Or... maybe this is not actually an issue... ? (It looks like Travis is only running one suite).

image

meowsbits avatar Aug 23 '21 14:08 meowsbits

Ah, nevermind, is an issue:

image

meowsbits avatar Aug 23 '21 15:08 meowsbits