ci: fix if check

This commit is contained in:
iCrawl 2022-08-17 23:46:22 +02:00
parent 17ab0e652c
commit 1008e3d4a7
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -142,7 +142,7 @@ jobs:
fi
- name: Move docs to correct directory
if: ${{ !github.event.inputs.ref_type == 'branch' && env.BRANCH_OR_TAG == 'branch' }}
if: ${{ github.event.inputs.ref_type == 'branch' && env.BRANCH_OR_TAG == 'branch' }}
env:
PACKAGE: ${{ matrix.package }}
run: |