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 Oct 9, 2024
1 parent 057f21d commit bb7a6a0
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: '00 09 * * *' # Every day at 9am
- cron: '* 09 01 * *' # Every month at 9am.

jobs:
poetry-update:
Expand Down

0 comments on commit bb7a6a0

Please sign in to comment.