Skip to content

Commit 2b1afdf

Browse files
committed
chore: restore exclusion of non-bzlmod in root workspace
1 parent a3b582a commit 2b1afdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
folders: '[".", "example"]'
2525
# Don't try for Windows support yet.
2626
exclude_windows: true
27+
exclude: |
28+
[{"bzlmodEnabled": false, "folder": "."}]
2729
2830
integration-test:
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)