Skip to content

Commit 760ede8

Browse files
committed
feat: only run test ci in merge queue
1 parent eec311a commit 760ede8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with: { clang-format-version: "18" }
2525

2626
test-windows:
27+
if: github.event_name == 'merge_group'
2728
runs-on: windows-latest
2829
steps:
2930
- uses: actions/cache@v4
@@ -39,6 +40,7 @@ jobs:
3940
working-directory: test
4041

4142
test-linux:
43+
if: github.event_name == 'merge_group'
4244
runs-on: ubuntu-latest
4345
steps:
4446
- uses: actions/cache@v4

0 commit comments

Comments
 (0)