mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
chore(ci/update): disable cron (#13635)
I have a cron job on stack triggering the workflow every 10min, the cron inside the workflow is no longer needed now Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -2,8 +2,8 @@ name: Update
|
||||
permissions:
|
||||
contents: read
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
#schedule:
|
||||
# - cron: "*/10 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user