Skip to content

Commit c6eddd9

Browse files
committed
event
Signed-off-by: Anas Nashif <[email protected]>
1 parent a27517c commit c6eddd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assigner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
8181
- name: Save PR number
8282
if: >
83-
github.event.workflow_run.event == 'pull_request'
83+
github.event_name == 'pull_request'
8484
run: |
8585
echo ${{ github.event.number }} > ./pr/NR
8686
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8787
if: >
88-
github.event.workflow_run.event == 'pull_request'
88+
github.event_name == 'pull_request'
8989
with:
9090
name: pr
9191
path: pr/

0 commit comments

Comments
 (0)