Skip to content

Commit

Permalink
ci: linter action not running on draft prs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Sep 19, 2024
1 parent e314df7 commit 82f4114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeanalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
branches:
- develop
- main
types: [ready_for_review]

jobs:
lint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
name: Lint

Expand Down

0 comments on commit 82f4114

Please sign in to comment.