Skip to content

Commit 2cd720a

Browse files
committed
chore: add ci 'on' config
1 parent 71618bc commit 2cd720a

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: pr
55

66
on:
77
pull_request:
8-
merge_group:
98

109
jobs:
1110
typos-check:
@@ -22,33 +21,3 @@ jobs:
2221
- uses: actions/checkout@v4
2322
- uses: jidicula/[email protected]
2423
with: { clang-format-version: "18" }
25-
26-
test-windows:
27-
runs-on: windows-latest
28-
steps:
29-
- uses: actions/cache@v4
30-
with:
31-
path: |
32-
/Users/runneradmin/AppData/Local/bazelisk
33-
/Users/runneradmin/.cache/bazel-disk-cache
34-
key: ${{runner.os}}-bazel-cache
35-
- uses: actions/checkout@v4
36-
- run: bazelisk build --config=ci //...
37-
- if: ${{ hashfiles('test/MODULE.bazel') != '' }}
38-
run: bazelisk test --config=ci ...
39-
working-directory: test
40-
41-
test-linux:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/cache@v4
45-
with:
46-
path: |
47-
~/.cache/bazelisk
48-
~/.cache/bazel-disk-cache
49-
key: ${{runner.os}}-bazel-cache
50-
- uses: actions/checkout@v4
51-
- run: bazelisk build --config=ci //...
52-
- if: ${{ hashfiles('test/MODULE.bazel') != '' }}
53-
run: bazelisk test --config=ci ...
54-
working-directory: test

0 commit comments

Comments
 (0)