Skip to content

Commit a6963eb

Browse files
[infra] check out code also for merge queues (#3377)
Co-authored-by: Martin Costello <[email protected]>
1 parent 9f1cdb1 commit a6963eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: check out code
3131
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32-
if: ${{ github.event_name == 'push' }}
32+
if: github.event_name == 'push' || github.event_name == 'merge_group'
3333

3434
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 # v4.0.0
3535
id: changes

0 commit comments

Comments
 (0)