We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e95b63 commit 626b681Copy full SHA for 626b681
.github/workflows/assigner.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: west setup
49
if: >
50
- github.event.workflow_run.event == 'pull_request'
+ github.event_name == 'pull_request'
51
run: |
52
git config --global user.email "[email protected]"
53
git config --global user.name "Your Name"
0 commit comments