v1.31.0 (#2728) #361
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: Kickoff EvalML Unit Tests | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
kickoff: | |
name: Run EvalML unit tests | |
if: github.repository_owner == 'alteryx' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run workflow for EvalML unit tests | |
run: gh workflow run unit_tests_with_featuretools_main_branch.yaml --repo "alteryx/evalml" | |
env: | |
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} |