Skip to content

Commit

Permalink
Update check_cla.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Oct 2, 2023
1 parent e45d4b4 commit f9ec200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# 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: |
(contains(fromJson('["dependabot[bot]", "github-actions[bot]"), github.actor) == false) &&
github.actor != "dependabot[bot]" && github.actor != "github-actions[bot]" &&
github.event_name != 'merge_group'
outputs:
is_member: ${{ steps.check-membership.outputs.is_member}}
Expand Down

0 comments on commit f9ec200

Please sign in to comment.