Skip to content

Commit

Permalink
fix(actions): do not build docker cron
Browse files Browse the repository at this point in the history
  • Loading branch information
GMishx authored Dec 9, 2024
1 parent 9ba5a14 commit ba620fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
name: Docker Build

on:
schedule:
- cron: '0 0 * * *' # Midnight
# schedule:
# - cron: '0 0 * * *' # Midnight
workflow_dispatch:
push:
tags:
Expand Down

0 comments on commit ba620fb

Please sign in to comment.