Skip to content

Commit

Permalink
Merge pull request #132 from mocdaniel/workflows
Browse files Browse the repository at this point in the history
Fixes workflow syntax
  • Loading branch information
mocdaniel authored Jul 7, 2023
2 parents 439e4b7 + 5ecf986 commit 2fc3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recommend-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Recommend Base Image Improvements

on:
schedule:
cron: '0 0 1 */1 *'
- cron: '0 0 1 */1 *'
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 2fc3aa4

Please sign in to comment.