remove unnecessary bazel action parameter

This commit is contained in:
Dominic Hamon 2024-12-10 12:07:53 +00:00
parent b32ae9c9af
commit c8c66e0b4a

View File

@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
bzlmod: [false, true]
steps:
- uses: actions/checkout@v4