We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caddeec + d0b8b81 commit c140319Copy full SHA for c140319
1 file changed
action.yml
@@ -13,7 +13,7 @@ runs:
13
with:
14
script: |
15
if (context.eventName != 'pull_request') {
16
- proccess.exit(0)
+ return
17
}
18
const currentTime = new Date().getTime();
19
const currentRun = await github.rest.actions.getWorkflowRun({
0 commit comments