Skip to content

Commit

Permalink
Run dev worflow on all scicat component changes
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 14, 2024
1 parent cb4ebba commit 4d5e7bc
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,32 @@ oidc:
- '**/keycloak/**'
- '**/*keycloak*'
- *src
dev:
- '**/*dev*'
- *src
- '**/entrypoints/**'
v3:
v3: &v3
- '**/v3/**'
- '**/*v3*'
- *src
v4:
v4: &v4
- '**/v4/**'
- '**/*v4*'
- *src
elastic_or_jobs:
elastic_or_jobs: &elastic_or_jobs
- '**/archivemock/**'
- '**/rabbitmq/**'
- '**/*jobs*'
- '**/elastic/**'
- '**/*elastic*'
- *src
search: &search
- 'services/searchapi/**'

Check failure on line 45 in .github/changed_files.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

45:5 [quoted-strings] string value is redundantly quoted with single quotes
- 'services/landingpage/**'

Check failure on line 46 in .github/changed_files.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

46:5 [quoted-strings] string value is redundantly quoted with single quotes
docs:
- '**.md'
- '**/*mkdocs*/**'
- '**/*mkdocs*'
dev:
- '**/*dev*'
- '**/entrypoints/**'
- *v3
- *v4
- *elastic_or_jobs
- *search

0 comments on commit 4d5e7bc

Please sign in to comment.