From e316a6b883bea84e4890f16b57b70b30752ae315 Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 24 Feb 2023 13:52:06 +0100 Subject: [PATCH] try out env variable in admin test workflow --- .github/workflows/test-admin-interface.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-admin-interface.yml b/.github/workflows/test-admin-interface.yml index efe2c91c3..5e6c42b83 100644 --- a/.github/workflows/test-admin-interface.yml +++ b/.github/workflows/test-admin-interface.yml @@ -4,12 +4,14 @@ on: push: branches: - separate-admin-interface-workflow +env: + SERVICE: "Admin Interface" jobs: # only (but most important) job from this workflow required for pull requests # check results serve as run conditions for all other jobs here files-changed: - name: Detect File Changes - Admin Interface + name: Detect File Changes - $SERVICE runs-on: ubuntu-latest outputs: admin: ${{ steps.changes.outputs.admin }}