Skip to content

Commit

Permalink
feat: temp disable asset regen cron job (#7461)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Aug 1, 2024
1 parent df61d99 commit 1813112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Regenerate Asset Data and PR
on:
# Allows manual triggering if we ever want to
workflow_dispatch:
schedule:
- cron: '0 9 * * 1,4' # Twice a week - 9AM UTC on Monday and Thursday
# cron temporarily disabled. TODO(gomes): bring me back in https://github.com/shapeshift/web/pull/7458
# schedule:
# - cron: '0 9 * * 1,4' # Twice a week - 9AM UTC on Monday and Thursday

jobs:
regenerate-and-create-pr:
Expand Down

0 comments on commit 1813112

Please sign in to comment.