Skip to content

Commit

Permalink
Enable merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
pahatz committed Feb 27, 2024
1 parent 8afc0a8 commit 0ce057d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
merge_group:
branches: [main]
schedule:
- cron: '0 15 * * 4'

Expand All @@ -32,6 +34,10 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Do the same as above for merge_group event
- run: git checkout HEAD^2
if: ${{ github.event_name == 'merge_group' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 0ce057d

Please sign in to comment.