diff options
| -rw-r--r-- | .github/workflows/pr-check.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a28577b77..4cf997e2c 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -43,6 +43,7 @@ jobs: labels: 'Wrong Title/Changelog' - name: Check if this is the latest workflow run + if: failure() id: check_latest run: | PR_LATEST_SHA=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ |
