Skip to content

Commit 626b681

Browse files
committed
event
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4e95b63 commit 626b681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: west setup
4949
if: >
50-
github.event.workflow_run.event == 'pull_request'
50+
github.event_name == 'pull_request'
5151
run: |
5252
git config --global user.email "[email protected]"
5353
git config --global user.name "Your Name"

0 commit comments

Comments
 (0)