add file change check for building test to test admin workflow

This commit is contained in:
mahula 2023-02-23 11:16:33 +01:00
parent 4d6854463a
commit 10bbf6dfbd

View File

@ -28,7 +28,7 @@ jobs:
list-files: shell
build_test_admin:
if: needs.files-changed.outputs.admin_docker_building == 'true'
if: needs.files-changed.outputs.admin_docker_building == 'true'
name: Docker Build Test - Admin Interface
needs: files-changed
runs-on: ubuntu-latest