Skip to content

Commit

Permalink
Merge pull request #8524 from xtrntr/nightly-cron-jobs
Browse files Browse the repository at this point in the history
Add cron scheduling for 1.2.x to run workflows
  • Loading branch information
Steven Silvester committed Jun 7, 2020
2 parents 25d056f + d472fb6 commit a6bdf44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linuxjs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- master
- 1.2.x
schedule:
- cron: '0 0 * * *'

jobs:
linuxjs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linuxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- master
- 1.2.x
schedule:
- cron: '0 0 * * *'

jobs:
linuxtests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windowstests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- master
- 1.2.x
schedule:
- cron: '0 0 * * *'

jobs:
windowstests:
Expand Down

0 comments on commit a6bdf44

Please sign in to comment.