mirror of https://github.com/sbt/sbt.git
Turn off Nightly
This commit is contained in:
parent
f816aed059
commit
ac8a17d2a3
|
|
@ -1,8 +1,9 @@
|
||||||
name: Nightly
|
name: Nightly
|
||||||
on:
|
on:
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
# 08:00 UTC = 03:00 EST
|
# schedule:
|
||||||
- cron: '0 8 * * *'
|
# # 08:00 UTC = 03:00 EST
|
||||||
|
# - cron: '0 8 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue