Skip to content

Commit

Permalink
Update kickoff_featuretools_evalml_unit_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Dec 12, 2023
1 parent 21d7452 commit aacdea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kickoff_featuretools_evalml_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run workflow for Featuretools unit tests
run: gh workflow run "Unit Tests - Featuretools with Woodwork main branch" --repo "alteryx/featuretools"
run: gh workflow run tests_with_latest_deps.yaml --repo "alteryx/featuretools"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
- name: Run workflow for EvalML unit tests
run: gh workflow run "Unit Tests - EvalML with Woodwork main branch" --repo "alteryx/evalml"
run: gh workflow run unit_tests_with_woodwork_main_branch.yaml --repo "alteryx/evalml"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}

0 comments on commit aacdea7

Please sign in to comment.