Does GitHub write to Repo cause another test

Hi,

I haven’t tested this yet, but, if you use the GitHub write ability, and once a test passes, so like, in the deployment phase, if l was to then build all my assets, push them to my GitHub master branch (& S3)

Would this cause another circleCI build to run, therefore causing a continuous loop?

Or is there any other method you would recommend?

Yes this would cause another build to run. You could add [skip ci] to the commit however to prevent a build.

1 Like