mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 07:08:07 +01:00
Added manual running to nightly image build (#24598)
This commit is contained in:
parent
e798b8615c
commit
c62604b5f6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-nightly.yml
vendored
1
.github/workflows/build-nightly.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Build nightly container image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # run at 2 AM UTC
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue