ci: run at 5PM UTC rather than on push

This commit is contained in:
/home/neo 2026-04-23 13:17:19 +03:00 committed by GitHub
parent 4ccae74746
commit d9787595db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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