diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index 3255f64..b1e7ad6 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest # Dont run this workflow if it was triggered by one of these bots # Don't run it during a merge queue, as it can't correctly identify the actor - if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event_name != 'merge_group' }} + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' }} outputs: is_member: ${{ steps.check-membership.outputs.is_member}} steps: