mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
Added manual running to nightly image build (#24598)
This commit is contained in:
parent
e798b8615c
commit
c62604b5f6
1
.github/workflows/build-nightly.yml
vendored
1
.github/workflows/build-nightly.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
name: Build nightly container image
|
name: Build nightly container image
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *' # run at 2 AM UTC
|
- cron: '0 2 * * *' # run at 2 AM UTC
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue