Skip to content

Commit c140319

Browse files
authored
Merge pull request #6 from DeviesDevelopment/fix-trigger-event-check
Fix trigger event check
2 parents caddeec + d0b8b81 commit c140319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
with:
1414
script: |
1515
if (context.eventName != 'pull_request') {
16-
proccess.exit(0)
16+
return
1717
}
1818
const currentTime = new Date().getTime();
1919
const currentRun = await github.rest.actions.getWorkflowRun({

0 commit comments

Comments
 (0)