Skip to content

Commit

Permalink
style: fix yaml style error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 28, 2024
1 parent 946c2ed commit 5de7379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize
jobs:
Linting:
if: ${{ !github.event.pull_request.draft }}
if: ${{ github.event.pull_request.draft == false }}
runs-on: ubuntu-20.04
steps:
- name: Download files
Expand Down

0 comments on commit 5de7379

Please sign in to comment.