mirror of
https://github.com/morgan9e/Signal-Desktop-AppImage
synced 2026-04-13 15:54:07 +09:00
Disable scheduled cron job in build.yml
Comment out the scheduled cron job in the build workflow.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -5,8 +5,8 @@ on:
|
||||
repository_dispatch:
|
||||
types: [external_build_trigger]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
# schedule:
|
||||
# - cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user