Skip to content

Commit

Permalink
feat(github): poetry update workflow [pulumi]
Browse files Browse the repository at this point in the history
  • Loading branch information
mergealot committed Nov 1, 2024
1 parent 69311a5 commit 7b3f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Poetry update
on:
workflow_dispatch:
schedule:
- cron: '* 09 01 * *' # Every month at 9am.
- cron: '00 09 01 * *' # On the first of every month at 9:00 am

jobs:
poetry-update:
Expand Down

0 comments on commit 7b3f9a9

Please sign in to comment.