Skip to content

Commit

Permalink
Changed files from file
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jul 22, 2024
1 parent 5bc804c commit 47da3ca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
29 changes: 29 additions & 0 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
yaml:
- '**.yml'
- '**.yaml'
js:
- '**.js'
- '**.ts'
- '**.cjs'
- '**.mjs'
sh:
- '**.sh'
json:
- '**.json'
src:
- '!**.md'
- '!**/mkdocs*'
ldap:
- '**/*ldap*'
oidc:
- '**/*oidc*'
- '**/*keycloak*'
dev:
- '**/*dev*'
v3:
- '**/*v3*'
v4:
- '**/*v4*'
ej:
- services/backend/services/v3/**
- services/backend/services/v4/**
31 changes: 1 addition & 30 deletions .github/workflows/compose_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v44
with:
files_yaml: |
yaml:
- '**.yml'
- '**.yaml'
js:
- '**.js'
- '**.ts'
- '**.cjs'
- '**.mjs'
sh:
- '**.sh'
json:
- '**.json'
src:
- '!**.md'
- '!**/mkdocs*'
ldap:
- '**/*ldap*'
oidc:
- '**/*oidc*'
- '**/*keycloak*'
dev:
- '**/*dev*'
v3:
- '**/*v3*'
v4:
- '**/*v4*'
ej:
- services/backend/services/v3/**
- services/backend/services/v4/**
files_yaml_from_source_file: changed_files.yaml
yaml-lint:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 47da3ca

Please sign in to comment.