diff --git a/README.md b/README.md index 2c24d304f..e546be299 100644 --- a/README.md +++ b/README.md @@ -1484,8 +1484,6 @@ jobs: | [cypress-io/cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) | Runs every API command in Cypress using various CI platforms including GitHub Actions | | [cypress-io/cypress-realworld-app](https://github.com/cypress-io/cypress-realworld-app) | A real-world example payment application. Uses GitHub Actions and CircleCI. | | [cypress-gh-action-monorepo](https://github.com/bahmutov/cypress-gh-action-monorepo) | Splits install and running tests commands, runs Cypress from sub-folder | -| [cypress-examples](https://github.com/bahmutov/cypress-examples) | Shows separate install job from parallel test jobs | -| [cypress-gh-action-split-jobs](https://github.com/bahmutov/cypress-gh-action-split-jobs) | Shows a separate install job with the build step, and another job that runs the tests | ## Migration