Data Explorer: Fix issues encountered with QA datasets; int64 overflows in statistics, histograms, add other group to frequency tables #2096
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: "Positron: CI - Pull Request" | |
on: | |
pull_request: | |
branches: | |
- main | |
- 'prerelease/**' | |
jobs: | |
tests: | |
uses: ./.github/workflows/positron-merge-to-branch.yml | |
secrets: inherit | |
with: | |
e2e_grep: "@pr" |