try out env variable in admin test workflow

This commit is contained in:
mahula 2023-02-24 13:52:06 +01:00
parent a66c6d078f
commit cf519381a2

View File

@ -25,6 +25,8 @@ jobs:
token: ${{ github.token }}
filters: .github/file-filters.yml
list-files: shell
run: echo "This service's name is: $SERVICE"
build_test:
if: needs.files-changed.outputs.admin == 'true'