diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index e112ce1f622..88f6b83ec59 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -1,6 +1,5 @@ name: Automation Nightly Tests on: - pull_request: # DEBUG: schedule: - cron: "0 0 * * *" # Run nightly push: diff --git a/.github/workflows/ccip-chaos-tests.yml b/.github/workflows/ccip-chaos-tests.yml index d2bfd5cc6a7..16174d7059e 100644 --- a/.github/workflows/ccip-chaos-tests.yml +++ b/.github/workflows/ccip-chaos-tests.yml @@ -1,6 +1,5 @@ name: CCIP Chaos Tests on: - pull_request: # DEBUG: Testing with new Loki stuff workflow_run: workflows: [ CCIP Load Test ] types: [ completed ] diff --git a/.github/workflows/run-nightly-e2e-tests.yml b/.github/workflows/run-nightly-e2e-tests.yml index 046d1c2c4bd..0dacb71c7cb 100644 --- a/.github/workflows/run-nightly-e2e-tests.yml +++ b/.github/workflows/run-nightly-e2e-tests.yml @@ -1,7 +1,6 @@ name: Run Nightly E2E Tests on: - pull_request: # DEBUG: schedule: # Run every night at midnight UTC (0:00 AM) - cron: '0 0 * * *'