diff --git a/.github/workflows/windows_bazel_test.yml b/.github/workflows/windows_bazel_test.yml index 4ac7f2eec..6d12e6861 100644 --- a/.github/workflows/windows_bazel_test.yml +++ b/.github/workflows/windows_bazel_test.yml @@ -25,4 +25,4 @@ jobs: # //... won't work. shell: bash run: | - bazelisk test --config=msvc conformance:all \ No newline at end of file + bazelisk test --config=msvc conformance:all conformance/policy:all \ No newline at end of file diff --git a/.github/workflows/windows_bazel_test_post_merge.yml b/.github/workflows/windows_bazel_test_post_merge.yml index 11801011e..569177fcc 100644 --- a/.github/workflows/windows_bazel_test_post_merge.yml +++ b/.github/workflows/windows_bazel_test_post_merge.yml @@ -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 \ No newline at end of file