Skip to content

Commit

Permalink
Run the integration tests once a week (#677)
Browse files Browse the repository at this point in the history
While the team is not working full-time, we can save some $$ by only
running once a week. This can be reverted once the codebase is being
changed regularly again.
  • Loading branch information
Callisto13 authored Mar 17, 2023
1 parent c2da518 commit f6425b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nightly_e2e
on:
workflow_dispatch: {}
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 1

jobs:
e2e:
Expand Down

0 comments on commit f6425b0

Please sign in to comment.