mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 00:07:09 +00:00
ci: run at 5PM UTC rather than on push
This commit is contained in:
parent
4ccae74746
commit
d9787595db
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: 'nightly'
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
schedule:
|
||||
- cron: '0 17 * * *' #neo: 5PM UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
nightly-tauri:
|
||||
|
|
@ -91,7 +92,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
needs: nightly-tauri # Wait for Tauri release to be created
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
|
||||
options: --privileged
|
||||
|
|
|
|||
Loading…
Reference in a new issue