Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Oct 3, 2024
1 parent aefb43f commit 3b86589
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run:
working-directory: docker-compose
steps:
- run: echo '${{ toJSON(github.event) }}' | jq
working-directory: ''
- id: checkout
name: Checkout sources
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- 'main'
tags:
- 'v[0-9]+'
pull_request:
#paths:
# - k8s/*
# pull_request:
# #paths:
# # - k8s/*

jobs:
verify_k8s:
Expand Down
1 change: 1 addition & 0 deletions docker-compose/docker-compose.base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: '4.0'

services:
case-server:
profiles:
Expand Down
3 changes: 2 additions & 1 deletion k8s/overlays/azure/allowed-issuers.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
allowed-issuers: https://login.microsoftonline.com/
allowed-issuers: https://login.microsoftonline.com/

0 comments on commit 3b86589

Please sign in to comment.