Skip to content

Commit

Permalink
add push trigger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlydf committed Oct 11, 2024
1 parent d53a5fe commit 54adae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-flaky-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: All Tests Including Flaky

on:
push:
branches:
- "cdf/flake-ci-tool"

schedule:
# Run once a day at midnight
- cron: '0 0 * * *'
Expand Down

0 comments on commit 54adae6

Please sign in to comment.