Skip to content

Commit

Permalink
Disable cron task.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatyan128 authored Jan 27, 2025
1 parent c105346 commit 126e503
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docker

on:
workflow_dispatch:
schedule:
# run every second morning
- cron: '30 5 1/2 * *'
#on:
# workflow_dispatch:
# schedule:
# # run every second morning
# - cron: '30 5 1/2 * *'

jobs:
docker:
Expand Down

0 comments on commit 126e503

Please sign in to comment.