diff --git a/.github/workflows/automation-load-tests.yml b/.github/workflows/automation-load-tests.yml index 1511c0389b5..890aa6b2c49 100644 --- a/.github/workflows/automation-load-tests.yml +++ b/.github/workflows/automation-load-tests.yml @@ -1,6 +1,5 @@ name: Automation Load Test on: - pull_request: # DEBUG: workflow_dispatch: inputs: test_config_override_path: diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index 7750f2698b3..e35c8b99646 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -6,6 +6,7 @@ on: tags: - "*" merge_group: + pull_request: workflow_dispatch: inputs: chainlinkVersion: diff --git a/.github/workflows/run-nightly-e2e-tests.yml b/.github/workflows/run-nightly-e2e-tests.yml index 62e34ab3733..b4895b96d8e 100644 --- a/.github/workflows/run-nightly-e2e-tests.yml +++ b/.github/workflows/run-nightly-e2e-tests.yml @@ -1,6 +1,7 @@ name: Run Nightly E2E Tests on: + pull_request: # DEBUG: schedule: # Run every night at midnight UTC (0:00 AM) - cron: '0 0 * * *'