Skip to content

Commit

Permalink
feat: pull dev/app images every 2 months, #82
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 30, 2024
1 parent 832c83d commit 52e4e35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Pull Docker Images

on:
schedule:
- cron: '0 */2 * * *' # test Docker pull every 2 hrs
# Runs "At 00:00 on day-of-month 1 in every 2nd month."
# - cron: '0 0 1 */2 *'
- cron: '0 0 1 */2 *'

jobs:
pull-images:
Expand Down

0 comments on commit 52e4e35

Please sign in to comment.