1
0
Fork 0
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:
Evgenii Kozlov 2022-08-23 15:46:27 +03:00 committed by GitHub
parent 7c8ace92ee
commit c7f5b85a86
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: