Skip to content

Commit

Permalink
Always execute lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverStolzBO committed Feb 26, 2024
1 parent eeb7a81 commit 4f5d047
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@ on:
push:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- 'tests/**'
- 'ci_lint_runner.py'
- '.github/workflows/**'
pull_request:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- 'tests/**'
- 'ci_lint_runner.py'
- '.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit 4f5d047

Please sign in to comment.