stub check

This commit is contained in:
Vadim 2025-01-27 20:03:44 +01:00
parent ec9718d64b
commit ff2b7cdc23

View file

@ -30,7 +30,7 @@ jobs:
- name: Connect private iap package
uses: webfactory/ssh-agent@v0.8.0
id: fetch-iap
if: steps.PR.outputs.number == 'null' || github.event.pull_request.head.repo.full_name == github.repository
if: steps.PR.outputs.number != 'null' && github.event.pull_request.head.repo.full_name != github.repository
with:
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}