Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #404 from keep-network/adjustment-for-meercode
Browse files Browse the repository at this point in the history
Adding cron for daily tests and builds on Meercode

The purpose of this PR is to set a cron job that would run tests and builds on a daily basis (at midnight) so the results can be displayed on Meercode dashboard.
  • Loading branch information
michalinacienciala authored Sep 7, 2021
2 parents a2e06b2 + 11c9fc0 commit 99742c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dapp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Dapp

on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 99742c2

Please sign in to comment.