aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scheduled-tasks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/scheduled-tasks.yml b/.github/workflows/scheduled-tasks.yml
index d5ff84f..b5b9a93 100644
--- a/.github/workflows/scheduled-tasks.yml
+++ b/.github/workflows/scheduled-tasks.yml
@@ -1,10 +1,10 @@
name: Shitcoding
run-name: Running scheduled tasks
on:
- schedule:
+ # schedule:
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
# > The shortest interval you can run scheduled workflows is once every 5 minutes.
- - cron: '*/5 * * * *'
+ # - cron: '*/5 * * * *'
workflow_dispatch:
jobs:
Do-snapshot: