Commit f4f7d246 authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo Committed by Bolea Sanchez, Vicente Adolfo
Browse files

Ascent,CI: do not report sync script build

parent 537e8db8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -517,6 +517,9 @@ class SpackCIBridge(object):
            if not pipelines:
                continue
            for sha, pipeline in pipelines.items():
                # Pass on schedule builds
                if pipeline['source'] == 'schedule':
                    continue
                post_data = self.make_status_for_pipeline(pipeline)
                if not post_data:
                    continue