Relative Content

Tag Archive for githubgithub-actionsgitlab-ci.yml

Pull Request stuck on “Expected — Waiting for status to be reported” when I want to skip certain jobs. Unsure how to skip while still reporting status

I have this workflow in a monorepo (frontend / backend / automated tests) that runs for every pull request. I want to not deploy frontend/backend when just making changes to Cypress tests so I have added path-ignore which works. However, now pull requests with just changes only changes in those path-ignore folders get blocked by the following: