mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
undo env try out in admin test workflow
This commit is contained in:
parent
f713bcb410
commit
362aeaff6d
6
.github/workflows/test-admin-interface.yml
vendored
6
.github/workflows/test-admin-interface.yml
vendored
@ -4,14 +4,12 @@ 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 - ${{ env.SERVICE }}
|
||||
name: Detect File Changes - Admin Interface
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
admin: ${{ steps.changes.outputs.admin }}
|
||||
@ -25,8 +23,6 @@ jobs:
|
||||
token: ${{ github.token }}
|
||||
filters: .github/file-filters.yml
|
||||
list-files: shell
|
||||
- name: Try out env variable
|
||||
run: echo "This service's name is: $SERVICE"
|
||||
|
||||
|
||||
build_test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user