Skip to content

Commit

Permalink
Run nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Oct 8, 2024
1 parent c2cdcc8 commit da5eaa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/automation-load-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Automation Load Test
on:
pull_request: # DEBUG:
workflow_dispatch:
inputs:
test_config_override_path:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tags:
- "*"
merge_group:
pull_request:
workflow_dispatch:
inputs:
chainlinkVersion:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-nightly-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -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 * * *'
Expand Down

0 comments on commit da5eaa1

Please sign in to comment.