question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trying to keep track of these in one place.

  1. Make [ci skip] work in PRs for CircleCI. ( ref )
  2. Have [circle skip] to skip CircleCI specifically. ( ref )
  3. Have [travis skip] to skip Travis CI specifically. ( https://github.com/travis-ci/travis-ci/issues/5032 )

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:19 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
croth1commented, Mar 17, 2019

Does anybody have an overview of the current status?

I think it would be interesting to collect all of these in the documentation: http://conda-forge.org/docs/maintainer/infrastructure.html#skipping-ci-builds

It would be also interesting to have instructions to skip mac and windows but not linux, etc.

1reaction
ceholdencommented, Mar 28, 2019

Just came across an update for Azure on their issue tracker (post) – they’ve just enabled skipping for commit messages with [skip ci] and a few other tags

[EDIT]: Doesn’t look like it’s working yet! https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=25184

Read more comments on GitHub >

github_iconTop Results From Across the Web

Skip pull request and push workflows with [skip ci]
With auto-merge, pull requests can be set to merge automatically when all merge requirements are met. No more waiting on slow CI jobs...
Read more >
Skipping workflow runs - GitHub Docs
You can skip workflow runs triggered by the push and pull_request events by including a command in your commit message.
Read more >
Skipping a CI Build for non-code changes - Reflectoring
The easiest way to skip a CI build is to add [skip ci] or [ci skip] to your commit message. Many CI providers...
Read more >
[skip ci] not working for pull requests - Visual Studio Feedback
I've created a pull request from hotfix to develop branch. I have [skip ci] in PR title and description. After PR got merged...
Read more >
Skip pull request and push GitHub Action workflows with [skip ci]
GitHub Actions now supports skipping push and pull_request workflows by looking for some common keywords in your commit message.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found