From 600b90f0f7523721baccd61d482cebea970bdc76 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 13 Dec 2024 13:21:47 +0100 Subject: [PATCH 1/2] test: functionaltests --- .github/workflows/functional-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 7b06980437d..f91a4a474ad 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -5,6 +5,10 @@ on: workflow_dispatch: ~ schedule: - cron: '0 3 * * 1-5' + # for testing purposes + push: + branches: + - test/funcionaltests permissions: contents: read From fa8a756e677aad4909588b4542214d5b5f6e2bd1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 13 Dec 2024 13:21:47 +0100 Subject: [PATCH 2/2] test: functionaltests --- .github/workflows/functional-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index 4be1edf69c2..91ce3393008 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -5,6 +5,10 @@ on: workflow_dispatch: ~ schedule: - cron: '0 3 * * 1-5' + # for testing purposes + push: + branches: + - test/funcionaltests permissions: contents: read