Skip to content

Commit

Permalink
Add missing if
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 15, 2020
1 parent 878fe85 commit f0f35b0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
runs-on: ubuntu-20.04
name: Code scanning
timeout-minutes: 25
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- name: Initialize CodeQL
uses: github/codeql-action/init@v1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit f0f35b0

Please sign in to comment.