ci: prevent running tests on release PR

This commit is contained in:
Damien Retzinger
2026-04-28 09:45:19 -04:00
parent 1f4db0036c
commit ef5e69859c
8 changed files with 9 additions and 0 deletions
@@ -32,6 +32,7 @@ on:
jobs:
compute_matrix:
if: "!startsWith(github.head_ref, 'release-please')"
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}