Unverified Commit 160d08a5 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

fix: fix cron to run later today (#867)

* added monthly release action
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* changed python version to correct one
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* noticed weird behavior of this command with no quatations so added them
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* left a comma in by mistake which made it so it was expecting an extra argument
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* chaged cron to test
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* TIME IS IN UTC
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent 2aa8591b
......@@ -2,7 +2,7 @@ name: Monthly Release
on:
schedule:
- cron: 0 13 14 * *
- cron: 10 21 14 * *
jobs:
release:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment