We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ab63d + a401916 commit 064524bCopy full SHA for 064524b
1 file changed
.github/workflows/build.yaml
@@ -100,7 +100,10 @@ jobs:
100
}
101
102
103
- if (run.status === 'completed' && run.conclusion === 'success') return run.html_url
+ if (run.status === 'completed' && run.conclusion === 'success') {
104
+ core.notice(`Skipping: There already is a successful run: ${run.html_url}`)
105
+ return run.html_url
106
+ }
107
108
return ''
109
} catch (e) {
0 commit comments