Skip to content

Commit

Permalink
Run nightly 10 times (#694)
Browse files Browse the repository at this point in the history
We think #690 fixed our
nightly issues. At the very least, we cannot reproduce it locally
anymore. However, we've also seen that nightly fails more often than
local runs, so we'll run nightly a bunch of times in the coming days to
see if we've actually fixed things.
  • Loading branch information
martijnbastiaan authored Dec 4, 2024
1 parent 9ff7acb commit bdaf6bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ on:
# GitHub scheduling. See the comment at 'branches-ignore' for more
# information on our development flow. This job will run in context of the
# branch 'staging'.
- cron: '0 19 * * *'
- cron: '0 19 * * *'
- cron: '30 19 * * *'
- cron: '0 20 * * *'
- cron: '30 20 * * *'
- cron: '0 21 * * *'
- cron: '30 21 * * *'
- cron: '0 22 * * *'
- cron: '30 22 * * *'
- cron: '0 23 * * *'
- cron: '30 23 * * *'

push:
branches-ignore:
Expand Down

0 comments on commit bdaf6bd

Please sign in to comment.