Skip to content

Commit

Permalink
reduce e2e frequency to every 2nd day (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam authored Nov 13, 2024
1 parent fc8aa99 commit 1fdbac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: e2e
on:
workflow_dispatch: ~
schedule:
- cron: "0 4,16 * * 1-5"
- cron: "0 8 */2 * 1-5"
push:
branches:
- main
Expand Down

0 comments on commit 1fdbac3

Please sign in to comment.