Skip to content

Commit

Permalink
Merge pull request #330 from authzed/ecordell-patch-1
Browse files Browse the repository at this point in the history
only run codeql on pull requests
  • Loading branch information
ecordell authored Jul 23, 2024
2 parents d8d97ca + 995653f commit e9698af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: "authzed/actions/markdown-lint@main"

codeql:
if: "${{ github.event_name == 'pull_request' }}"
name: "Analyze with CodeQL"
runs-on: "ubuntu-latest-8-cores"
permissions:
Expand Down

0 comments on commit e9698af

Please sign in to comment.