chore: disable install checks on release PRs (#9183)
This commit is contained in:
parent
adbc2cf261
commit
6bf5f435b8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -204,6 +204,7 @@ jobs:
|
|||||||
installation-test-build:
|
installation-test-build:
|
||||||
name: Build installation test
|
name: Build installation test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!startsWith(github.ref_name, 'release-please')"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user