skip verify on the dependabot pr fixup

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-03-05 20:09:46 +01:00
parent e359d84d1c
commit 03bcb6e8e8
@@ -113,5 +113,5 @@ jobs:
- name: Commit and push
if: steps.verify.outputs.is_dependabot == 'true' && (steps.dedupe.outputs.changed == 'true' || steps.changeset.outputs.changed == 'true')
run: |
git commit -C HEAD --amend --no-edit
git commit -C HEAD --amend --no-edit --no-verify
git push --force