Skip to content

Commit

Permalink
Always execute lint check (#47)
Browse files Browse the repository at this point in the history
Ensure that the lint check is always performed on push and pull-requests
on main. This fixes the corresponding mandatory check being stuck.
  • Loading branch information
OliverStolzBO authored Feb 29, 2024
1 parent eeb7a81 commit c3aaf15
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 c3aaf15

Please sign in to comment.