Skip to content

Commit

Permalink
build 20231019
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 18, 2023
1 parent 73c4406 commit 985cfbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- 'all/**'
- 'edge/**'
schedule:
- cron: '0 0 * * 0'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- 'all/**'
- 'latest/**'
schedule:
- cron: '0 0 * * 0'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion all/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build 20230906
build 20231019

0 comments on commit 985cfbc

Please sign in to comment.