From 189ca257c2b170106d1fc563e8c1e8ed4a518b8a Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 10 Oct 2023 15:16:17 +0200 Subject: [PATCH] Testing --- .github/workflows/nightly-e2e-logic-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly-e2e-logic-tests.yml b/.github/workflows/nightly-e2e-logic-tests.yml index f51f1656a1..53348e2a02 100644 --- a/.github/workflows/nightly-e2e-logic-tests.yml +++ b/.github/workflows/nightly-e2e-logic-tests.yml @@ -5,6 +5,10 @@ on: workflow_dispatch: schedule: - cron: '00 21 * * *' + # testing, remove before merge + push: + branches: + - A0-3212 concurrency: group: ${{ github.ref }}-${{ github.workflow }}