Skip to content

Commit

Permalink
chore: restore exclusion of non-bzlmod in root workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 9, 2024
1 parent a3b582a commit 2b1afdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
folders: '[".", "example"]'
# Don't try for Windows support yet.
exclude_windows: true
exclude: |
[{"bzlmodEnabled": false, "folder": "."}]
integration-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b1afdf

Please sign in to comment.