diff --git a/.github/workflows/authors-and-third-party-notices.yaml b/.github/workflows/authors-and-third-party-notices.yaml index 36ad11fc2b9..0145f0c2da8 100644 --- a/.github/workflows/authors-and-third-party-notices.yaml +++ b/.github/workflows/authors-and-third-party-notices.yaml @@ -14,8 +14,8 @@ permissions: jobs: update_generated_files: if: | - github.event_name == "schedule" || - !startsWith(github.event.head_commit.message, "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary") + github.event_name == 'schedule' || + !startsWith(github.event.head_commit.message, 'chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary') name: Update automatically generated files runs-on: ubuntu-latest env: