Internal change #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Windows Bazel Test (Post-Merge) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| trigger-test: | |
| # This prevents the workflow from running automatically when someone | |
| # pushes to their fork. | |
| if: github.repository == 'google/cel-cpp' | |
| uses: ./.github/workflows/windows_bazel_test.yml |