Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Oct 9, 2024
1 parent a9b98dc commit 8a8620e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/automation-nightly-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Automation Nightly Tests
on:
pull_request: # DEBUG:
schedule:
- cron: "0 0 * * *" # Run nightly
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ccip-chaos-tests.yml
Original file line number Diff line number Diff line change
@@ -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 ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-nightly-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -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 * * *'
Expand Down

0 comments on commit 8a8620e

Please sign in to comment.