Skip to content

Commit

Permalink
check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Aug 24, 2023
1 parent 03261a5 commit d1b5fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check-membership:
name: Check Membership
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' }}
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event_name != 'pull_request' }}
outputs:
is_member: ${{ steps.check-membership.outputs.is_member}}
steps:
Expand Down

0 comments on commit d1b5fff

Please sign in to comment.