Skip to content

Commit

Permalink
Try to create PRs unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Feb 13, 2024
1 parent fc8f3e7 commit ef907c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-npm-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./.github/workflows/update-npm-dependencies.ps1

- name: Create PR to update the offline package cache
if: steps.update-npm-dependencies.outputs.changes == 'true'
# if: steps.update-npm-dependencies.outputs.changes == 'true'
uses: dotnet/actions-create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,7 +50,7 @@ jobs:
branch-suffix: timestamp

- name: Create PR to update package-lock.json and the offline package cache submodule
if: steps.update-npm-dependencies.outputs.changes == 'true'
# if: steps.update-npm-dependencies.outputs.changes == 'true'
uses: dotnet/actions-create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ef907c7

Please sign in to comment.