Skip to content

Commit

Permalink
Merge pull request #4112 from Agoric/mfig-schedule-update
Browse files Browse the repository at this point in the history
ci(docker): fix `schedule` syntax
  • Loading branch information
mergify[bot] authored Nov 23, 2021
2 parents 94e63e3 + 68e30c8 commit 33f13d5
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 @@ -5,8 +5,8 @@ on:
tags:
- "@agoric/sdk@*"
schedule:
# Build daily images.
cron: "0 0 * * *"
# Build daily images.
- cron: "0 0 * * *"

jobs:
docker-sdk:
Expand Down

0 comments on commit 33f13d5

Please sign in to comment.