Actually I recently implemented parallel testing ...
# cypress-cloud
i
Actually I recently implemented parallel testing and I I tried to trigger the tests using Github Actions. Tests ran successfully on the 1st attempt but when I again tried to trigger the tests, test are skipping. So I tried to the delete the run thinking that may be Cypress does-not allow to run tests for a same commit. I also experimented with adding a commit and the tests got executed.