Early out of flake update if there are no changes (#192)

This commit is contained in:
Patrick Stevens
2024-07-12 17:46:04 +01:00
committed by GitHub
parent ebbe10ad81
commit b7a240bbb9
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ jobs:
run: /tmp/venv/bin/python .github/workflows/commit.py
- name: Enable Pull Request Automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ steps.generate-token.outputs.token }}