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 6049804 commit 948ae25Copy full SHA for 948ae25
.github/workflows/build.yml
@@ -1147,7 +1147,7 @@ jobs:
1147
per_page: 100
1148
});
1149
1150
- const failedJobs = jobs.filter(job => job.conclusion === 'failure');
+ const failedJobs = jobs.filter(job => job.conclusion === 'failure' && !job.name.includes('(optional)'));
1151
1152
if (failedJobs.length === 0) {
1153
console.log('No failed jobs found');
0 commit comments