mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try out env variable in admin test workflow
This commit is contained in:
parent
3c0737744b
commit
e316a6b883
4
.github/workflows/test-admin-interface.yml
vendored
4
.github/workflows/test-admin-interface.yml
vendored
@ -4,12 +4,14 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- separate-admin-interface-workflow
|
- separate-admin-interface-workflow
|
||||||
|
env:
|
||||||
|
SERVICE: "Admin Interface"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# only (but most important) job from this workflow required for pull requests
|
# only (but most important) job from this workflow required for pull requests
|
||||||
# check results serve as run conditions for all other jobs here
|
# check results serve as run conditions for all other jobs here
|
||||||
files-changed:
|
files-changed:
|
||||||
name: Detect File Changes - Admin Interface
|
name: Detect File Changes - $SERVICE
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
admin: ${{ steps.changes.outputs.admin }}
|
admin: ${{ steps.changes.outputs.admin }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user