Skip to content

Commit

Permalink
Update cron jobs names to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
zotoMIT committed Feb 3, 2022
1 parent f1fb537 commit df2c14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage_deposit_cron.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cron job to run the run-deposit-stage command
name: Stage
name: make run-deposit-stage
on:
schedule:
- cron: "0 12 * * *" #times are in UTC, so this is 7am et
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage_listen_cron.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cron job to run the run-listen-stage command
name: Stage
name: make run-listen-stage
on:
schedule:
- cron: "0 19 * * *" #times are in UTC, so this is 2pm et
Expand Down

0 comments on commit df2c14b

Please sign in to comment.