- CI: moved serialization to build job and let test jobs run while waiting for exclusivity

This commit is contained in:
Magesh K
2025-02-26 13:10:24 +05:30
parent 136f07e4b9
commit b0dd0bb416
2 changed files with 26 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
name: Nightly SideStore Build
on:
push:
branches:
- develop
# push:
# branches:
# - develop
schedule:
- cron: '0 0 * * *' # Runs every night at midnight UTC
workflow_dispatch: # Allows manual trigger