diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index 08c3040088..3140cd3aac 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -14,9 +14,9 @@ jobs: if: | github.event.pull_request.head.repo.full_name == github.repository && github.event.sender.type != 'Bot' - && ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }} - && ${{ !startsWith(github.head_ref, 'renovate/') }} - && ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }} + && !startsWith(github.event.pull_request.title, 'NO-JIRA') + && !startsWith(github.head_ref, 'renovate/') + && !contains(github.event.pull_request.labels.*.name, 'dependencies') steps: - id: secrets uses: SonarSource/vault-action-wrapper@v3