Skip to content

Commit 3b86589

Browse files
test
1 parent aefb43f commit 3b86589

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run:
2121
working-directory: docker-compose
2222
steps:
23+
- run: echo '${{ toJSON(github.event) }}' | jq
24+
working-directory: ''
2325
- id: checkout
2426
name: Checkout sources
2527
uses: actions/checkout@v4

.github/workflows/k8s.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- 'main'
77
tags:
88
- 'v[0-9]+'
9-
pull_request:
10-
#paths:
11-
# - k8s/*
9+
# pull_request:
10+
# #paths:
11+
# # - k8s/*
1212

1313
jobs:
1414
verify_k8s:

docker-compose/docker-compose.base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: '4.0'
2+
23
services:
34
case-server:
45
profiles:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
allowed-issuers: https://login.microsoftonline.com/
1+
allowed-issuers: https://login.microsoftonline.com/
2+

0 commit comments

Comments
 (0)