mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-373 Tech | Enhancement | Do not distribute nightly builds on Sunday and Saturday (#2547)
This commit is contained in:
parent
7c8ace92ee
commit
c7f5b85a86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-debug-builds.yml
vendored
2
.github/workflows/nightly-debug-builds.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '30 23 * * *'
|
||||
- cron: '30 23 * * 1,2,3,4,5'
|
||||
workflow_dispatch:
|
||||
name: Distribute nightly debug build
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue