[Pratt Parser] Optimize call stack depth via in-place AST mutation an… #72
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: Bazel Test (Post-Merge) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| trigger-win-latest-test: | |
| # This prevents the workflow from running automatically when someone | |
| # pushes to their fork. | |
| if: github.repository == 'cel-expr/cel-cpp' | |
| uses: ./.github/workflows/windows_bazel_test.yml | |
| trigger-mac-latest-test: | |
| if: github.repository == 'cel-expr/cel-cpp' | |
| uses: ./.github/workflows/macos_bazel_test.yml |