Skip to content

Commit

Permalink
removed wrong if condition in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 20, 2023
1 parent 2c530fe commit 28d8d02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/merge-queue-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
env:
ID: ${{ steps.sha.outputs.content }}
- name: Add Merge Queue status check
if: ${{ github.event_name == 'merge_group' }}
uses: billyjbryant/create-status-check@v2
with:
authToken: ${{ steps.app_token.outputs.token }}
Expand Down

0 comments on commit 28d8d02

Please sign in to comment.