Skip to content

Commit

Permalink
Do not run primers tests on backporting branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 23, 2022
1 parent 694d302 commit 625c6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- main
- "maintenance/**"
pull_request:
paths:
- "pylint/**"
- "tests/primer/**"
- "requirements*"
- ".github/workflows/primer-test.yaml"

branches:
- main
env:
CACHE_VERSION: 1
KEY_PREFIX: venv
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- "!.github/workflows/primer_run_main.yaml"
- "!.github/workflows/primer_comment.yaml"
- "!tests/primer/packages_to_prime.json"
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 625c6d8

Please sign in to comment.