Skip to content

Commit

Permalink
Changed: No unit tests on Yaml changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 23, 2024
1 parent 089fda7 commit 9185c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '**.po'
- '**.xml'
- '**.md'
- '**.yaml'

pull_request:
# The branches below must be a subset of the branches above
Expand All @@ -26,6 +27,7 @@ on:
- '**.po'
- '**.xml'
- '**.md'
- '**.yaml'

schedule:
- cron: '20 13 * * 5'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- '**.yml'
- '**.properties'
- '**.txt'
- '**.yaml'

schedule:
# * is a special character in YAML so you have to quote this string
Expand Down

0 comments on commit 9185c3c

Please sign in to comment.