add podAntiAffinity for masters in demo cfg, fix yqlAgent count for 0.9.1 #291
Workflow file for this run
This file contains 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: Run basic e2e tests | |
on: | |
pull_request: | |
jobs: | |
check: | |
name: Run e2e tests for basic scenarios | |
uses: ./.github/workflows/subflow_run_e2e_tests.yaml | |
with: | |
e2e_filter: "basic" |