Skip to content

Commit

Permalink
really fixing workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrans committed Jan 15, 2025
1 parent 867d094 commit a540370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/circular-deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
shared-flow:
if: contains(github.event.comment.body, '@metamaskbot update-circular-deps')
uses: ./.github/workflows/shared/metamaskbot-pr-update.yml
with:
bot_command: '@metamaskbot update-circular-deps'
Expand All @@ -30,4 +31,4 @@ jobs:
- name: Setup environment
uses: metamask/github-tools/.github/actions/setup-environment@main
- name: Update circular dependencies
run: yarn circular:update
run: yarn circular-deps:update

0 comments on commit a540370

Please sign in to comment.