Skip to content

Commit

Permalink
Merge pull request #140 from russellb/lint-job-config
Browse files Browse the repository at this point in the history
ci: Run lint job if pipeline configs change
  • Loading branch information
russellb authored Jul 16, 2024
2 parents fa3603e + d31cde7 commit 58aaa33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'tox.ini'
- 'scripts/*.sh'
- '.github/**'
- 'src/instructlab/sdg/pipelines/**'
pull_request:
branches:
- "main"
Expand All @@ -25,6 +26,7 @@ on:
- 'tox.ini'
- 'scripts/*.sh'
- '.github/**'
- 'src/instructlab/sdg/pipelines/**'

env:
PYTHON_VERSION: 3.11
Expand Down

0 comments on commit 58aaa33

Please sign in to comment.