Revert "stub check"

This reverts commit ff2b7cdc23.
This commit is contained in:
Vadim 2025-01-27 20:38:18 +01:00
parent 10b2b04121
commit aa96544c25

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 }}