File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 bazel-target-prefix : ' //dotnet'
2020
2121 browser-test :
22- if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run dotnet]') == true }}
22+ if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[dotnet]') == true }}
2323 needs : check_workflow
2424 runs-on : ' windows-latest'
2525 strategy :
Original file line number Diff line number Diff line change 2424 bazel-target-prefix : ' //java'
2525
2626 build :
27- if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run java]') == true }}
27+ if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[java]') == true }}
2828 needs : check_workflow
2929 runs-on : ubuntu-latest
3030 steps :
Original file line number Diff line number Diff line change 2121 bazel-target-prefix : ' //javascript'
2222
2323 node_tests :
24- if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run javascript ]') == true }}
24+ if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[js ]') == true }}
2525 needs : check_workflow
2626 runs-on : ubuntu-latest
2727 strategy :
Original file line number Diff line number Diff line change 2121 bazel-target-prefix : ' //py'
2222
2323 tox_linting :
24- if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run python ]') == true }}
24+ if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[py ]') == true }}
2525 needs : check_workflow
2626 runs-on : ubuntu-latest
2727 steps :
Original file line number Diff line number Diff line change 2121 bazel-target-prefix : ' //rb'
2222
2323 build :
24- if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run ruby ]') == true }}
24+ if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[rb ]') == true }}
2525 needs : check_workflow
2626 runs-on : ubuntu-latest
2727 strategy :
You can’t perform that action at this time.
0 commit comments