Skip to content

Commit

Permalink
Re-enabling the scheduled run
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Nov 12, 2024
1 parent c70c955 commit 2d5bb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: docker

on:
# Run this action every day
# schedule:
# - cron: '30 18 * * *'
schedule:
- cron: '30 18 * * *'
# Run this action any time any dockerfile changes
push:
paths:
Expand Down

0 comments on commit 2d5bb2c

Please sign in to comment.