Skip to content

Commit

Permalink
feat: migrate periodic functional tests to GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
  • Loading branch information
shruti2522 committed Apr 25, 2024
1 parent 1d81170 commit 2b977b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Periodic Functional Tests

on:
schedule:
- cron: '*/5 * * * *' # run every 5 minutes
- cron: '*/5 * * * *' # Run every 5 minutes

jobs:
run_tests:
Expand Down

0 comments on commit 2b977b0

Please sign in to comment.