chore: disable install checks on release PRs (#9183)

This commit is contained in:
jrandolf 2022-10-28 12:46:45 +02:00 committed by GitHub
parent adbc2cf261
commit 6bf5f435b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,6 +204,7 @@ jobs:
installation-test-build:
name: Build installation test
runs-on: ubuntu-latest
if: "!startsWith(github.ref_name, 'release-please')"
steps:
- name: Checkout
uses: actions/checkout@v3