diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f3c88485..30b7ff49 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -62,6 +62,7 @@ jobs: with: args: -- ${{ steps.changes.outputs.docs_files }} fail: ${{ github.ref != 'refs/heads/develop' }} + failIfEmpty: false jobSummary: true format: markdown token: ${{ secrets.GITHUB_TOKEN }}