Skip to content

Commit 7fdf965

Browse files
authored
Make CodeQL hack not skip main (#1343)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent e330cca commit 7fdf965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
analyze:
2727
name: Analyze
2828
runs-on: ubuntu-latest
29-
if: ${{ github.event_name == 'pull_request' }}
29+
if: ${{ github.event_name != 'merge_group' }}
3030
# only run job if workflow initiated by a pull request event
3131
# see https://github.com/cursorless-dev/cursorless/issues/1338
3232
permissions:

0 commit comments

Comments
 (0)