From 0ddf2e6b85909212846b30743b6e4982c94b3430 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 12 Jun 2024 15:03:22 +0100 Subject: [PATCH] chore: run functional tests on the PR branch --- .github/workflows/functional_tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index f9bfeaf7..ed113912 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -1,10 +1,7 @@ name: Functional tests on: workflow_dispatch: - pull_request_target: - branches: - - main - - test + pull_request: schedule: - cron: '0 5 * * *' jobs: