Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows_bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
# //... won't work.
shell: bash
run: |
bazelisk test --config=msvc conformance:all
bazelisk test --config=msvc conformance:all conformance/policy:all
2 changes: 1 addition & 1 deletion .github/workflows/windows_bazel_test_post_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
trigger-test:
# This prevents the workflow from running automatically when someone
# pushes to their fork.
if: github.repository == 'google/cel-cpp'
if: github.repository == 'cel-expr/cel-cpp'
uses: ./.github/workflows/windows_bazel_test.yml
Loading