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 }}