Skip to content

Commit

Permalink
feat(codeql): ignore draft prs (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Jan 22, 2023
1 parent 74aaa44 commit 97f19ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:

jobs:
analyze:
if: github.event.pull_request.draft == false
name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 97f19ba

Please sign in to comment.