-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split Docker build cron job into two (#600)
* Fix version * Split docker cron job. * Auto update version * Triggers. * Revert triggers. * Update changelog. * trigger ci --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2716864
commit 8add857
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Compat Check Docker - Lightning@master | ||
|
||
on: | ||
schedule: | ||
- cron: "0 4 * * 1-5" # Run daily at 4am Mon-Fri | ||
workflow_dispatch: | ||
|
||
jobs: | ||
docker_linux_x86_64_develop: | ||
name: Docker develop - Linux::x86_64 | ||
uses: ./.github/workflows/docker_linux_x86_64.yml | ||
with: | ||
lightning-version: master | ||
push-to-dockerhub: false | ||
secrets: inherit # pass all secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.35.0-dev7" | ||
__version__ = "0.35.0-dev8" |