Skip to content

Commit

Permalink
Merge pull request #9222 from tbonfort/codeql-disabled-on-docs
Browse files Browse the repository at this point in the history
disable codeql checks on docs-only commits
  • Loading branch information
rouault authored Feb 9, 2024
2 parents 721c775 + 9ce62ee commit d7aed6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: "CodeQL"

on:
push:
pull_request:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit d7aed6e

Please sign in to comment.