diff --git a/boilerplate-repo/.github/workflows/master.yaml b/boilerplate-repo/.github/workflows/master.yaml index 67f002747a..c3d293a102 100644 --- a/boilerplate-repo/.github/workflows/master.yaml +++ b/boilerplate-repo/.github/workflows/master.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - COMPONENT: [flyteadmin, flytepropeller, flyteconsole, flytecopilot, flyteplugins, datacatalog, flytectl, flytestdlib, flytesnacks, flytekit, flyteidl] + COMPONENT: [flyteadmin, flytepropeller, flyteconsole, flytecopilot, flyteplugins, datacatalog, flytectl, flytestdlib, flytesnacks, flytekit, flyteidl, flyte] fail-fast: false steps: - uses: actions/checkout@v2