diff --git a/.github/workflows/testingfarm-unit.yml b/.github/workflows/testingfarm-unit.yml index 6767415d..62c71018 100644 --- a/.github/workflows/testingfarm-unit.yml +++ b/.github/workflows/testingfarm-unit.yml @@ -34,7 +34,7 @@ jobs: uses: sclorg/testing-farm-as-github-action@v3 with: compose: Fedora-40 - tmt_plan_filter: "unit-go.fmf" + tmt_plan_filter: "/plans/unit-go" api_key: ${{ secrets.TF_API_KEY }} git_url: ${{ github.event.pull_request.head.repo.clone_url }} git_ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/testingfarm.yml b/.github/workflows/testingfarm.yml index eea5316f..791e20b0 100644 --- a/.github/workflows/testingfarm.yml +++ b/.github/workflows/testingfarm.yml @@ -51,7 +51,7 @@ jobs: uses: sclorg/testing-farm-as-github-action@v3 with: compose: Fedora-40 - tmt_plan_filter: "integration.fmf" + tmt_plan_filter: "/plans/integration" api_key: ${{ secrets.TF_API_KEY }} git_url: ${{ github.event.pull_request.head.repo.clone_url }} git_ref: ${{ github.event.pull_request.head.ref }}