Update NCC workflow

This commit is contained in:
netkas 2024-09-24 12:35:53 -04:00
parent b9e942635a
commit 7a43c6623a

View file

@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: php:8.3
if: needs.check-phpunit.outputs.phpunit-exists == 'true'
if: ${{ needs.check-phpunit.outputs.phpunit-exists == 'true' }}
steps:
- name: Checkout repository