Wrokflow with specific jobs for PRs

Hi!

We have a workflow which runs for every commit. however, I would like to add some jobs for it, which will be executed only for PRs (all from our repository, no forks). Is it possible to create a such a filter
I couldn’t find anything in the documentation…

An example:

    jobs:
      - unit-tests
      - pr-tests:
          filters:
            some-filter-for-prs-only

Thanks!

Hi there and welcome!

We don’t have this currently, but we do have a feature request for it here https://ideas.circleci.com/ideas/CCI-I-804

Please vote to show support and add comments with any details of your use case for our Product team is aware.