Skip to content

Commit

Permalink
Avoid running all workflows on dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 13, 2024
1 parent a20b2c4 commit 675a485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/changed_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ src: &src
- '!**/*.md'
- '!**/*mkdocs*/**'
- '!**/*mkdocs*'
- '!services/compose.dev.yaml'
ldap:
- '**/ldap/**'
- '**/*ldap*'
Expand All @@ -30,6 +31,7 @@ dev:
- '**/*dev*'
- *src
- '**/entrypoints/**'
- 'services/compose.dev.yaml'

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

View workflow job for this annotation

GitHub Actions / yaml-lint

34:5 [quoted-strings] string value is redundantly quoted with single quotes
v3:
- '**/v3/**'
- '**/*v3*'
Expand Down

0 comments on commit 675a485

Please sign in to comment.