We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent e330cca commit 7fdf965Copy full SHA for 7fdf965
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
26
analyze:
27
name: Analyze
28
runs-on: ubuntu-latest
29
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name != 'merge_group' }}
30
# only run job if workflow initiated by a pull request event
31
# see https://github.com/cursorless-dev/cursorless/issues/1338
32
permissions:
0 commit comments