diff --git a/.github/workflows/feature-test.yml b/.github/workflows/feature-test.yml index f892cc7..6a9dc75 100644 --- a/.github/workflows/feature-test.yml +++ b/.github/workflows/feature-test.yml @@ -5,6 +5,7 @@ on: schedule: - cron: "35 07 * * *" workflow_dispatch: + workflow_call: jobs: feature-tests: diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 25ac142..0ccf82b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -9,3 +9,5 @@ jobs: uses: ./.github/workflows/linter.yml tests: uses: ./.github/workflows/tests.yml + feature-tests: + uses: ./.github/workflows/feature-test.yml