
How does one retrigger CI testing for a PR on Github without having to artificially update the PR ? I tried to find the answer to this in Github Help with no success. Maybe you have to retrigger tests within the testing environment somehow but I could not see how in either Appveyor or Travis CI.

On 2020-05-08 21:17, Edward Diener via Boost wrote:
For Travis, you can restart the build jobs from Travis web UI. For AppVeyor, I don't think you can, unless you have admin rights to the CI project (i.e. if it is your CI project). In this case you can amend the last commit with no changes and force-push the branch. This will trigger all CIs.

On Fri, 8 May 2020, 21:30 Andrey Semashev via Boost, <boost@lists.boost.org> wrote:
Hmm, do you mean no push permissions needed to be able to cancel Travis job? https://travis-ci.community/t/open-the-cancel-button-permission-to-allow-con... Mateusz Loskot, mateusz@loskot.net (Sent from mobile, may suffer from top-posting)
participants (4)
-
Andrey Semashev
-
Edward Diener
-
Mateusz Loskot
-
Peter Dimov