Skip to content

Commit 72cd4e5

Browse files
Merge pull request #110 from OffchainLabs/nightly-release-ci
Run ci nightly for the release branch
2 parents 1ec31a0 + 83d9514 commit 72cd4e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
- master
1111
- develop
1212
- release
13+
# run this job on the default branch daily
14+
# the docker compose file contains some images with tags like 'latest' and 'stable'
15+
# we nightly run here just to double check no bugs have been merged into those tags and are now on release
16+
schedule:
17+
- cron: '0 0 * * *'
1318

1419
jobs:
1520
build_and_run:

0 commit comments

Comments
 (0)